+
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");
}