From fe46b8527f8f55ff8056ff465d9e6cb4d1556486 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Wed, 31 Oct 2018 11:07:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E9=87=8F=E7=BB=9F=E8=AE=A1=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=B4=BB=E8=B7=83=E7=AB=AF=E5=8F=A3=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp index 884d1044a..e3dbc7999 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp @@ -142,7 +142,7 @@
-    +   
@@ -621,8 +621,8 @@ function portActiveList(){ var count= itemObj.sum; var preCount = itemObj.preSum; var tr = ""; - tr += ""+n+""; - tr += ""+itemObj.port+""; + tr += ""+itemObj.port+""; + tr += ""+count+""; if(preCount"+""; }else if(preCount>count){ @@ -630,7 +630,6 @@ function portActiveList(){ }else{ tr += ""+""+""; } - n=n-1; $("#tbodyDataPort").prepend(tr); }) }else{