From 65eba098e235272ddfe9a7fe89f42c3c1d1feadf Mon Sep 17 00:00:00 2001 From: chenjinsong Date: Thu, 12 Jul 2018 19:14:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=A5=E8=A1=A8=E5=A4=9A?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=E6=90=9C=E7=B4=A2=E6=88=96=E6=8D=A2?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E5=90=8E=E5=8F=AF=E8=83=BD=E5=8D=A1=E6=AD=BB?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B=E5=A2=9E=E5=8A=A0=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E5=AF=BC=E5=87=BA=E5=8A=9F=E8=83=BD=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/views/report/label.jsp | 1 - src/main/webapp/WEB-INF/views/report/list.jsp | 37 +- src/main/webapp/WEB-INF/views/report/lwhh.jsp | 1 - .../webapp/WEB-INF/views/report/srcIp.jsp | 3 +- .../plugins/tableExport-3.3.13/FileSaver.js | 253 +++++++ .../plugins/tableExport-3.3.13/tableexport.js | 631 ++++++++++++++++++ .../plugins/tableExport-3.3.13/xlsx.core.js | 16 + 7 files changed, 934 insertions(+), 8 deletions(-) create mode 100644 src/main/webapp/static/global/plugins/tableExport-3.3.13/FileSaver.js create mode 100644 src/main/webapp/static/global/plugins/tableExport-3.3.13/tableexport.js create mode 100644 src/main/webapp/static/global/plugins/tableExport-3.3.13/xlsx.core.js diff --git a/src/main/webapp/WEB-INF/views/report/label.jsp b/src/main/webapp/WEB-INF/views/report/label.jsp index 1f788094c..d32fd7a55 100644 --- a/src/main/webapp/WEB-INF/views/report/label.jsp +++ b/src/main/webapp/WEB-INF/views/report/label.jsp @@ -1,6 +1,5 @@ <%@ page contentType="text/html;charset=UTF-8"%> <%@ include file="/WEB-INF/include/taglib.jsp"%> -<%@ include file="/WEB-INF/include/form/pageGroup.jsp"%> diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 87255c12d..3a6367a80 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -2,7 +2,11 @@ <%@ include file="/WEB-INF/include/taglib.jsp"%> + + +<spring:message code="${bean.cfgName}"></spring:message> +<%@ include file="/WEB-INF/include/form/pageGroup.jsp"%>