diff --git a/src/main/webapp/WEB-INF/views/index.jsp b/src/main/webapp/WEB-INF/views/index.jsp index da344fc51..c61ea5d79 100644 --- a/src/main/webapp/WEB-INF/views/index.jsp +++ b/src/main/webapp/WEB-INF/views/index.jsp @@ -2,6 +2,9 @@ <%@ include file="/WEB-INF/include/taglib.jsp"%> + + + + index + ">
@@ -111,10 +192,22 @@ [:${requestStatisticTime }] - + +
+
+ + +
+
- +
@@ -150,18 +243,33 @@ +
${page}
-
- - [:${configStatisticTime }] - +
+ + + [:${configStatisticTime }] + + +
+
+ + +
+
- +
@@ -221,6 +329,7 @@ +
diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 309f35684..07fb2d01f 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -484,7 +484,10 @@ white-space:nowrap; <%-- --%> -
+ <%-- --%> +
+
+
- - <%-- --%> -
-
href="javascript:;"> diff --git a/src/main/webapp/static/global/plugins/tableExport-3.3.13/tableexport.js b/src/main/webapp/static/global/plugins/tableExport-3.3.13/tableexport.js index 3611a38e0..5e2745189 100644 --- a/src/main/webapp/static/global/plugins/tableExport-3.3.13/tableexport.js +++ b/src/main/webapp/static/global/plugins/tableExport-3.3.13/tableexport.js @@ -237,7 +237,7 @@ var $cols = $(val).find('th, td'); return $cols.map(function (i, val) { // 当文字过长有省略时取title导出 - var titleText=$(val).text(); + var titleText=$(val).text().trim(); if($(val).attr("title")!=null&&$(val).attr("title")!=""){ titleText=$(val).attr("title"); }