多语言译文优化

This commit is contained in:
thinkgem
2023-07-17 11:33:51 +08:00
parent a2d873fee5
commit e7e15fd15e
7 changed files with 28 additions and 36 deletions

View File

@@ -66,7 +66,7 @@ $('#dataGrid').dataGrid({
},
columnModel: [
{header:'${text("岗位名称")}', name:'postName', index:'a.post_name', width:200, align:"center"},
{header:'${text("岗位码")}', name:'postCode', index:'a.post_code', width:200, align:"center"},
{header:'${text("岗位码")}', name:'postCode', index:'a.post_code', width:200, align:"center"},
{header:'${text("排序号")}', name:'postSort', index:'a.post_sort', width:80, align:"center"},
{header:'${text("岗位分类")}', name:'postType', index:'a.post_type', width:100, align:"center", formatter: function(val, obj, row, act){
return js.getDictLabel(${@DictUtils.getDictListJson('sys_post_type')}, val, '未知', true);