From 2b11becb72e2d1234676d041eac746ea7ae3ee5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 30 Aug 2021 13:16:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=EF=BC=8C=E6=97=A0=E8=A7=92=E8=89=B2=E6=97=B6=E4=B8=8D?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/user/index.html | 2 ++ 1 file changed, 2 insertions(+) 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'},