配置列国际化添加

This commit is contained in:
leijun
2018-12-24 22:06:34 +08:00
parent 3e9bcc3340
commit 8f84b7b6e9
5 changed files with 9 additions and 6 deletions

View File

@@ -397,8 +397,8 @@ 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});
var cus=$("#tb_custom",parent.document).val();
top.$.jBox(html,{title:"<i class='fa fa-wrench'></i>"+cus ,showIcon:false,opacity:0.3,submit:submit});
}