| | |
| | | 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}
|
| | |
| | | ,{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
|
| | |
| | | }
|
| | | layer.close(load);
|
| | | table.render(tOptions);
|
| | | |
| | | // 触发window的resize事件显示最右侧的详情信息浮动
|
| | | $(window).resize();
|
| | | }
|
| | | })
|
| | | }
|