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中某一段数据