From 90d111163bee47e6193d8ed1af085970958bb7ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sun, 25 Jul 2021 23:18:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/user/index.html | 1 - 1 file changed, 1 deletion(-) diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 3414cb226..dcea87347 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -43,7 +43,6 @@ {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, {field: 'username', title: '登录账号', minWidth: 100, align: 'center', sort: true}, {field: 'nickname', title: '用户名称', align: 'center', sort: false}, - {field: 'roles', title: '角色身份', align: 'center', sort: false}, { field: 'contact_phone', title: '联系电话', sort: false, templet: function (d) { return d.contact_phone || '无联系电话';