From 489a3f1088a53d45e862477fd7e1069a77a40693 Mon Sep 17 00:00:00 2001 From: zhangwenqing Date: Wed, 11 Jul 2018 20:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../report/NtcDestIpReportController.java | 2 +- .../report/NtcEntranceReportController.java | 2 +- .../webapp/WEB-INF/views/report/attrType.jsp | 57 +++++++++++-------- .../webapp/WEB-INF/views/report/destIp.jsp | 23 +++++--- .../WEB-INF/views/report/entranceId.jsp | 23 +++++--- 5 files changed, 65 insertions(+), 42 deletions(-) diff --git a/src/main/java/com/nis/web/controller/report/NtcDestIpReportController.java b/src/main/java/com/nis/web/controller/report/NtcDestIpReportController.java index 9474a0d6d..786e9da14 100644 --- a/src/main/java/com/nis/web/controller/report/NtcDestIpReportController.java +++ b/src/main/java/com/nis/web/controller/report/NtcDestIpReportController.java @@ -78,7 +78,7 @@ public class NtcDestIpReportController extends BaseController { List _line= new ArrayList(); _line.add(total); _line.addAll(line); - for (int i = 0; i < 20; i++) { + for (int i = 0; i < 40; i++) { showData.put("巴西"+i, _line); } diff --git a/src/main/java/com/nis/web/controller/report/NtcEntranceReportController.java b/src/main/java/com/nis/web/controller/report/NtcEntranceReportController.java index d77f52e2b..e780ecdb0 100644 --- a/src/main/java/com/nis/web/controller/report/NtcEntranceReportController.java +++ b/src/main/java/com/nis/web/controller/report/NtcEntranceReportController.java @@ -78,7 +78,7 @@ public class NtcEntranceReportController extends BaseController { List _line= new ArrayList(); _line.add(total); _line.addAll(line); - for (int i = 0; i < 20; i++) { + for (int i = 0; i < 40; i++) { showData.put(""+i, _line); } diff --git a/src/main/webapp/WEB-INF/views/report/attrType.jsp b/src/main/webapp/WEB-INF/views/report/attrType.jsp index 68caa5aaf..813ef1f68 100644 --- a/src/main/webapp/WEB-INF/views/report/attrType.jsp +++ b/src/main/webapp/WEB-INF/views/report/attrType.jsp @@ -4,28 +4,37 @@ $(function() { }); - - - - - - - - - - - - - - - - - - +
${title}
- ${xz.itemValue} - ${cloumn}
+ + + + + + - -
${title}
-
${page}
\ No newline at end of file + + + + + + +
${page}
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/report/destIp.jsp b/src/main/webapp/WEB-INF/views/report/destIp.jsp index a89db3906..db10d82f9 100644 --- a/src/main/webapp/WEB-INF/views/report/destIp.jsp +++ b/src/main/webapp/WEB-INF/views/report/destIp.jsp @@ -15,16 +15,23 @@ $(function(){ +
${page}
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/views/report/entranceId.jsp b/src/main/webapp/WEB-INF/views/report/entranceId.jsp index 970d3d807..f4298ef1c 100644 --- a/src/main/webapp/WEB-INF/views/report/entranceId.jsp +++ b/src/main/webapp/WEB-INF/views/report/entranceId.jsp @@ -15,16 +15,23 @@ $(function(){ +
${page}
\ No newline at end of file