mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
修改用户管理模块
This commit is contained in:
parent
e816d5cae3
commit
90d111163b
@ -43,7 +43,6 @@
|
|||||||
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
|
{field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'},
|
||||||
{field: 'username', title: '登录账号', minWidth: 100, align: 'center', sort: true},
|
{field: 'username', title: '登录账号', minWidth: 100, align: 'center', sort: true},
|
||||||
{field: 'nickname', title: '用户名称', align: 'center', sort: false},
|
{field: 'nickname', title: '用户名称', align: 'center', sort: false},
|
||||||
{field: 'roles', title: '角色身份', align: 'center', sort: false},
|
|
||||||
{
|
{
|
||||||
field: 'contact_phone', title: '联系电话', sort: false, templet: function (d) {
|
field: 'contact_phone', title: '联系电话', sort: false, templet: function (d) {
|
||||||
return d.contact_phone || '<span class="color-desc">无联系电话</span>';
|
return d.contact_phone || '<span class="color-desc">无联系电话</span>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user