From 115c2c7fc72b4247ea1d6a99f1121f5c93bf0c4a Mon Sep 17 00:00:00 2001 From: leijun Date: Tue, 25 Dec 2018 14:42:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=8A=A5=E8=A1=A8=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=88=97=20=E5=9B=BD=E9=99=85=E5=8C=96?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/report/list.jsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 6137f2a3d..a5c7c933e 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -237,6 +237,8 @@ var ajaxReport=function(url,target){ } }); }; + +var tb_column=""; //自定义列设置事件 function customColumnClick(){ var submit = function(v,h,f) { @@ -267,7 +269,7 @@ function customColumnClick(){ html+="
"; }) html +=""; - top.$.jBox(html,{title:" Custom Columns",showIcon:false,opacity:0.3,submit:submit}); + top.$.jBox(html,{title:" "+tb_column ,showIcon:false,opacity:0.3,submit:submit}); } //合计table中某一段数据