diff --git a/app/admin/controller/User.php b/app/admin/controller/User.php index b6f29954a..48dbddb39 100644 --- a/app/admin/controller/User.php +++ b/app/admin/controller/User.php @@ -75,7 +75,7 @@ class User extends Controller } // 列表排序并显示 $query->equal('status,usertype')->dateBetween('login_at,create_at'); - $query->like('username,contact_phone#phone,contact_mail#mail')->layTable(); + $query->like('username,nickname,contact_phone#phone,contact_mail#mail')->layTable(); } } diff --git a/app/admin/view/user/form.html b/app/admin/view/user/form.html index 5acd9a08d..f11224d9f 100644 --- a/app/admin/view/user/form.html +++ b/app/admin/view/user/form.html @@ -33,7 +33,7 @@ - {if !empty($authorizes) && !empty($bases)} + {if !empty($authorizes) || !empty($bases)}
用户权限 {if !empty($bases)} diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 515c008eb..90afcca15 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -41,7 +41,7 @@ cols: [[ {checkbox: true, fixed: true}, {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, - {field: 'nickname', title: '用户名称', align: 'center', sort: false, templet: '
{{d.nickname||"-"}}
'}, + {field: 'nickname', title: '用户名称', minWidth: 100, align: 'center', sort: false, templet: '
{{d.nickname||"-"}}
'}, {field: 'username', title: '登录账号', minWidth: 100, align: 'center', sort: true, templet: '
{{d.username||"-"}}
'}, {field: 'usertype', title: '角色身份', minWidth: 100, align: 'center', sort: true, templet: '
{{d.usertype||"-"}}
'}, {field: 'contact_mail', title: '联系邮箱', align: 'center', sort: false, templet: '
{{d.contact_mail||"-"}}
'}, diff --git a/app/admin/view/user/index_search.html b/app/admin/view/user/index_search.html index 2bca08822..130d4aac4 100644 --- a/app/admin/view/user/index_search.html +++ b/app/admin/view/user/index_search.html @@ -2,7 +2,21 @@ 条件搜索