From 931a90a74e6713fae66d2c08d1eb353d5cb8bd00 Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.18>
Date: 星期六, 03 十一月 2018 13:15:14 +0800
Subject: [PATCH] 首页上点击机房图标面板中的落后的单体数后的详情跳转到落后单体查询页面中选中当前点击的机房

---
 gx_tieta/WebRoot/batt-traffic-statistics1.jsp |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/gx_tieta/WebRoot/batt-traffic-statistics1.jsp b/gx_tieta/WebRoot/batt-traffic-statistics1.jsp
index 634b2c2..d524359 100644
--- a/gx_tieta/WebRoot/batt-traffic-statistics1.jsp
+++ b/gx_tieta/WebRoot/batt-traffic-statistics1.jsp
@@ -37,6 +37,7 @@
                         <tr class="layui-page-filter-tbl-header layui-page-filter-fweight">
                             <td>鐪�</td>						<!-- 鐪� -->
                             <td>甯�</td>						<!-- 甯� -->
+                             <td>鍖�/鍘�</td>						<!-- 甯� -->
                             <td><s:text name="Computer_name"/></td>							<!-- 鏈烘埧鍚嶇О -->
                             <td>缁熻鏂瑰紡</td>
                             <td colspan="2">鏃堕棿娈�</td>
@@ -366,9 +367,9 @@
 					,cellMinWidth: 80
 					,cols: [[
 						{field:'timeSlot', title:'缁熻鏃堕棿娈�', align:'center', width: 380}
-						,{field:'province', title:'鐪�', align:'center'}
-						,{field:'city', title:'甯�', align:'center'}
-						,{field:'home', title:'鏈烘埧鍚嶇О', align:'center'}
+						,{field:'province', title:'鐪�', align:'center',width:200}
+						,{field:'city', title:'甯�', align:'center',width:200}
+						,{field:'home', title:'鏈烘埧鍚嶇О', align:'center',width:600}
 						,{field:'flowSize', title:'娴侀噺', align:'center'}
 				    ]]
 					,data:[]

--
Gitblit v1.9.1