修改用户管理模块

This commit is contained in:
邹景立 2021-07-25 23:18:44 +08:00
parent e816d5cae3
commit 90d111163b

View File

@ -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 || '<span class="color-desc">无联系电话</span>';