diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 6d038dbb5..5ae4ecbcb 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -124,6 +124,45 @@ var ajaxReport=function(url,target){ } }); }; +//自定义列设置事件 +function customColumnClick(){ + + + var submit = function(v,h,f) { + var abVisCols = [true]; + top.$(".customColumnList input[type='checkbox']").each(function(){ + abVisCols[$(this).val()] = $(this).prop("checked"); + }); + + var key = getLocationPathName()+"_visCols"; + Cookies.set(key,JSON.stringify(abVisCols),{expires:7}); + customColumnInit(); + + return true; + } + + + var html = "