From 1a05dd9a571e46ae4cb90d5c0a2b691a3a62d34f Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 21 十一月 2018 14:47:48 +0800
Subject: [PATCH] 提交内容

---
 gx_tieta/WebRoot/batt-state-statistical.jsp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gx_tieta/WebRoot/batt-state-statistical.jsp b/gx_tieta/WebRoot/batt-state-statistical.jsp
index 6474a11..ce24b10 100644
--- a/gx_tieta/WebRoot/batt-state-statistical.jsp
+++ b/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鐨剅esize浜嬩欢鏄剧ず鏈�鍙充晶鐨勮鎯呬俊鎭诞鍔�
+	     				$(window).resize();
 					}
 				})
 			}

--
Gitblit v1.9.1