用户类型的 未知 字典改为 无
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
<template>category-ref:crud</template>
|
<template>category-ref:crud</template>
|
||||||
</category>
|
</category>
|
||||||
<category value="treeGrid_cloud" label="树表/树结构表(增删改查 Cloud,生成 Api/Client)">
|
<category value="treeGrid_cloud" label="树表/树结构表(增删改查 Cloud,生成 Api/Client)">
|
||||||
<template>category-ref:crud</template>
|
<template>category-ref:crud_cloud</template>
|
||||||
</category>
|
</category>
|
||||||
<category value="service" label="业务层和持久层(dao/service,不含控制器和视图)">
|
<category value="service" label="业务层和持久层(dao/service,不含控制器和视图)">
|
||||||
<template>category-ref:dao</template>
|
<template>category-ref:dao</template>
|
||||||
|
|||||||
@@ -72,7 +72,7 @@ selectNum = 0, dataGrid = $('#dataGrid').dataGrid({
|
|||||||
}},
|
}},
|
||||||
<% if(isBlank(user.userType)){ %>
|
<% if(isBlank(user.userType)){ %>
|
||||||
{header:'${text("类型")}', name:'userType', index:'a.user_type', width:100, align:"center", formatter: function(val, obj, row, act){
|
{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){
|
{header:'行数据', name:'rowData', hidden:true, formatter: function(val, obj, row, act){
|
||||||
|
|||||||
Reference in New Issue
Block a user