用户类型的 未知 字典改为 无

This commit is contained in:
thinkgem
2021-02-24 10:38:09 +08:00
parent 63111832dc
commit a57052ba38
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
<template>category-ref:crud</template>
</category>
<category value="treeGrid_cloud" label="树表/树结构表(增删改查 Cloud生成 Api/Client">
<template>category-ref:crud</template>
<template>category-ref:crud_cloud</template>
</category>
<category value="service" label="业务层和持久层dao/service不含控制器和视图">
<template>category-ref:dao</template>

View File

@@ -72,7 +72,7 @@ selectNum = 0, dataGrid = $('#dataGrid').dataGrid({
}},
<% if(isBlank(user.userType)){ %>
{header:'${text("类型")}', name:'userType', index:'a.user_type', width:100, align:"center", formatter: function(val, obj, row, act){
return js.getDictLabel(${@DictUtils.getDictListJson('sys_user_type')}, val, '未知', true);
return js.getDictLabel(${@DictUtils.getDictListJson('sys_user_type')}, val, '', true);
}},
<% } %>
{header:'行数据', name:'rowData', hidden:true, formatter: function(val, obj, row, act){