From 8695e8e7a2f26ab781ab74a4d003ee4fa710962e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 29 Jul 2021 16:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8E=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/controller/User.php | 2 +- app/admin/view/user/form.html | 2 +- app/admin/view/user/index.html | 2 +- app/admin/view/user/index_search.html | 25 +- public/static/theme/css/console.css | 1895 ++++++++++++++++++++++- public/static/theme/css/console.css.map | 2 +- 6 files changed, 1914 insertions(+), 14 deletions(-) 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 @@ 条件搜索