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{