实时报表 配置列 国际化添加
This commit is contained in:
@@ -237,6 +237,8 @@ var ajaxReport=function(url,target){
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
var tb_column="<spring:message code='cfg_custom'/>";
|
||||
//自定义列设置事件
|
||||
function customColumnClick(){
|
||||
var submit = function(v,h,f) {
|
||||
@@ -267,7 +269,7 @@ function customColumnClick(){
|
||||
html+="<div class='col-md-6'><label>"+ckbox_html+" "+$(this).html()+"</label></div>";
|
||||
})
|
||||
html +="</div>";
|
||||
top.$.jBox(html,{title:"<i class='fa fa-wrench'></i> Custom Columns",showIcon:false,opacity:0.3,submit:submit});
|
||||
top.$.jBox(html,{title:"<i class='fa fa-wrench'></i> "+tb_column ,showIcon:false,opacity:0.3,submit:submit});
|
||||
}
|
||||
|
||||
//合计table中某一段数据
|
||||
|
||||
Reference in New Issue
Block a user