diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 931c63d39..c4fa456dd 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -43,12 +43,14 @@ {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, {field: 'username', title: '登录账号', minWidth: 110, templet: '
{{d.username||"-"}}
'}, {field: 'nickname', title: '用户名称', minWidth: 110, templet: '
{{d.nickname||"-"}}
'}, + /* {notempty name='bases'} */ { field: 'usertype', title: '角色身份', minWidth: 140, sort: true, templet: function (d) { d.userinfo = d.userinfo || {}; return d.userinfo.code ? (d.userinfo.name + ' ( ' + d.userinfo.code + ' ) ') : ''; } }, + /* {/notempty} */ // {field: 'contact_mail', title: '联系邮箱', minWidth: 80, templet: '
{{d.contact_mail||"-"}}
'}, // {field: 'contact_phone', title: '联系电话', minWidth: 80, templet: '
{{d.contact_phone||"-"}}
'}, {field: 'status', title: '账号状态', align: 'center', minWidth: 110, templet: '#StatusSwitchTpl'},