From e9e655c91e80e26f798996a04f616686da41c675 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Thu, 20 Dec 2018 15:34:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E9=87=8F=E7=BB=9F=E8=AE=A1=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E6=97=A0=E5=8F=98=E5=8C=96=E6=95=B0=E6=8D=AE=E6=A0=87?= =?UTF-8?q?=E8=AF=86=E6=94=B9=E4=B8=BA=E7=99=BD=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp_new | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp_new b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp_new index 50012544f..bc3ab2e8c 100644 --- a/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp_new +++ b/src/main/webapp/WEB-INF/views/dashboard/dashBoardIndex.jsp_new @@ -606,7 +606,7 @@ function portActiveList(){ }else if(preCount>count){ tr += ""+""+"--"+""; + tr += ""+"--"+""; } $("#tbodyDataPort").prepend(tr); }) @@ -697,7 +697,7 @@ function systemList(){ }else if(preCount>count){ tr += ""+""+""; }else{ - tr += ""+"--"+""; + tr += ""+"--"+""; } n=n-1; $("#tbodyData1").prepend(tr); @@ -808,7 +808,7 @@ function browserList() { }else if(preCount>count){ tr += ""+""+""; }else{ - tr += ""+"--"+""; + tr += ""+"--"+""; } $("#tbodyData1").prepend(tr); n=n-1; @@ -872,7 +872,7 @@ function websiteList() { }else if(itemObj.preCount>itemObj.count){ tr += ""+""+""; }else{ - tr += ""+"--"+""; + tr += ""+"--"+""; } $("#tbodyData2").prepend(tr);