hdw
2018-11-21 1a05dd9a571e46ae4cb90d5c0a2b691a3a62d34f
gx_tieta/WebRoot/batt-state-statistical.jsp
@@ -151,7 +151,7 @@
            elem: '#eleInfoTbl'
            ,toolbar: false
            ,defaultToolbar: ['exports', 'filter']
            ,cellMinWidth: 80
            ,cellMinWidth: 120
            ,cols: [[
             {field:'note', title:'告警时间段', align:'center',width:380}
             ,{field:'stationName', title:'机房名称', align:'center',width:450}
@@ -164,7 +164,7 @@
             ,{field:'station_event_type_templow', title:'温度下限告警', align:'center'}
             ,{field:'station_event_type_dampup', title:'湿度上限告警', align:'center'}
             ,{field:'station_event_type_damplow', title:'湿度下限告警', align:'center'}
             ,{fixed: 'right', title:'详情', toolbar: '#toolBar', width: 70}
             ,{fixed: 'right', title:'详情', toolbar: '#toolBar', width: 70, minWidth: 70}
             ]]
            ,data:[]
             ,page: false
@@ -262,6 +262,9 @@
                    }
                    layer.close(load);
                    table.render(tOptions);
                    // 触发window的resize事件显示最右侧的详情信息浮动
                    $(window).resize();
               }
            })
         }