From 1b71deb76a81b4619538045d66032c12524dff0b Mon Sep 17 00:00:00 2001 From: hdw <496960745@qq.com> Date: 星期四, 22 十一月 2018 11:27:52 +0800 Subject: [PATCH] 电池告警率跳转 --- gx_tieta/WebRoot/batt-state-statistical.jsp | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/batt-state-statistical.jsp b/gx_tieta/WebRoot/batt-state-statistical.jsp index 4c2e552..ce24b10 100644 --- a/gx_tieta/WebRoot/batt-state-statistical.jsp +++ b/gx_tieta/WebRoot/batt-state-statistical.jsp @@ -10,7 +10,7 @@ <!-- 榛樿浣跨敤鏈�楂樺唴鏍� --> <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" > <base href="<%=basePath%>"> - <title><s:text name="Station_statestatistical"/></title> <!-- 鏈烘埧鐘舵�佺粺璁℃煡璇� --> + <title><s:text name="Station_histor_events_query"/></title> <!-- 鏈烘埧鍘嗗彶浜嬩欢鏌ヨ --> <link rel="stylesheet" href="css/basic.css"> <link rel="stylesheet" type="text/css" href="css/nocontent.css"> <link rel="stylesheet" type="text/css" href="css/loading.css"> @@ -36,7 +36,7 @@ <!--瀵艰埅寮�濮�--> <jsp:include page="nav.jsp" flush="true"/> <div class="filter-container"> - <div class="filter-title"><a href="javascript:;"><s:text name="Station_statestatistical"/>--><s:text name="Show/hide_the_query_conditions"/></a></div> + <div class="filter-title"><a href="javascript:;"><s:text name="Station_histor_events_query"/>--><s:text name="Show/hide_the_query_conditions"/></a></div> <div class="filter-content"> <table> <tbody> @@ -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鐨剅esize浜嬩欢鏄剧ず鏈�鍙充晶鐨勮鎯呬俊鎭诞鍔� + $(window).resize(); } }) } -- Gitblit v1.9.1