diff --git a/extend/base/admin/view/system/admin/index.js b/extend/base/admin/view/system/admin/index.js index d84b117..66a8d8f 100644 --- a/extend/base/admin/view/system/admin/index.js +++ b/extend/base/admin/view/system/admin/index.js @@ -7,6 +7,7 @@ $(function () { { field: 'id', width: 80, title: 'ID' }, { field: 'sort', width: 80, title: '排序', edit: 'text' }, { field: 'username', minWidth: 80, title: '登录账户' }, + { field: 'nickname', minWidth: 80, title: '姓名' }, { field: 'head_img', minWidth: 80, title: '头像', search: false, templet: ua.table.image }, { field: 'phone', minWidth: 80, title: '手机' }, { field: 'login_num', minWidth: 80, title: '登录次数' },