From 59963da0e45a9c2ec98f3c0bb226ae41e241642b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 19 Aug 2021 10:29:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=90=8E=E5=8F=B0=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/auth/index.html | 12 +-- app/admin/view/base/index.html | 12 +-- app/admin/view/oplog/index.html | 12 +-- app/admin/view/queue/index.html | 4 +- app/admin/view/user/index.html | 16 ++-- app/admin/view/user/index_search.html | 4 +- public/static/admin.js | 125 +++++++++++++------------- 7 files changed, 92 insertions(+), 93 deletions(-) diff --git a/app/admin/view/auth/index.html b/app/admin/view/auth/index.html index 7263d0fc3..132100362 100644 --- a/app/admin/view/auth/index.html +++ b/app/admin/view/auth/index.html @@ -26,12 +26,12 @@ sort: {field: 'sort desc,id', type: 'desc'}, cols: [[ {checkbox: true, fixed: true}, - {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, - {field: 'title', title: '权限名称', minWidth: 140, align: 'center', sort: false}, - {field: 'desc', title: '权限描述', sort: false, align: 'center', templet: '
{{d.desc||"-"}}
'}, - {field: 'create_at', title: '创建时间', align: 'center', sort: true}, - {field: 'status', title: '权限状态', align: 'center', minWidth: 110, fixed: 'right', templet: '#StatusSwitchTpl'}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 200, fixed: 'right'}, + {field: 'sort', title: '排序权重', align: 'center', width: 100, sort: true, templet: '#SortInputTpl'}, + {field: 'title', title: '权限名称', align: 'center', minWidth: 140}, + {field: 'desc', title: '权限描述', align: 'center', minWidth: 110, templet: '
{{d.desc||"-"}}
'}, + {field: 'status', title: '权限状态', align: 'center', minWidth: 110, templet: '#StatusSwitchTpl'}, + {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170, sort: true}, + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 210, fixed: 'right'}, ]] }); diff --git a/app/admin/view/base/index.html b/app/admin/view/base/index.html index c08c4fbf6..2be231d6f 100644 --- a/app/admin/view/base/index.html +++ b/app/admin/view/base/index.html @@ -37,12 +37,12 @@ cols: [[ {checkbox: true, fixed: true}, {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, - // {field: 'type', title: '数据类型', minWidth: 140, align: 'center', sort: false}, - {field: 'code', title: '数据编码', minWidth: 140, align: 'center', sort: false}, - {field: 'name', title: '数据名称', minWidth: 140, align: 'center', sort: false}, - {field: 'create_at', title: '创建时间', align: 'center', sort: true}, - {field: 'status', title: '数据状态', align: 'center', minWidth: 110, fixed: 'right', templet: '#StatusSwitchTpl'}, - {toolbar: '#toolbar', align: 'center', minWidth: 140, title: '数据操作', fixed: 'right'}, + // {field: 'type', title: '数据类型', minWidth: 140, align: 'center'}, + {field: 'code', title: '数据编码', minWidth: 140, align: 'center'}, + {field: 'name', title: '数据名称', minWidth: 140, align: 'center'}, + {field: 'status', title: '数据状态', minWidth: 110, align: 'center', templet: '#StatusSwitchTpl'}, + {field: 'create_at', title: '创建时间', minWidth: 170, align: 'center', sort: true}, + {toolbar: '#toolbar', align: 'center', width: 150, title: '数据操作', fixed: 'right'}, ]] }); diff --git a/app/admin/view/oplog/index.html b/app/admin/view/oplog/index.html index 2e88c0b03..350704330 100644 --- a/app/admin/view/oplog/index.html +++ b/app/admin/view/oplog/index.html @@ -25,12 +25,12 @@ cols: [[ {checkbox: true}, {field: 'id', title: 'ID', width: 80, sort: true, align: 'center'}, - {field: 'username', title: '操作账号', sort: true, align: 'center'}, - {field: 'node', title: '操作节点', sort: true}, - {field: 'action', title: '操作行为', sort: true}, - {field: 'content', title: '操作描述', sort: false}, - {field: 'geoip', title: '访问地址', sort: true}, - {field: 'geoisp', title: '网络服务商', sort: false}, + {field: 'username', title: '操作账号', minWidth: 100, sort: true, align: 'center'}, + {field: 'node', title: '操作节点', minWidth: 120, sort: true}, + {field: 'action', title: '操作行为', minWidth: 120, sort: true}, + {field: 'content', title: '操作描述', minWidth: 120, sort: false}, + {field: 'geoip', title: '访问地址', minWidth: 100, sort: true}, + {field: 'geoisp', title: '网络服务商', minWidth: 100, sort: false}, {field: 'create_at', title: '操作时间', minWidth: 170, align: 'center', sort: true}, {toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'} ]] diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index 63d3ba991..8a0d64f49 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -94,7 +94,7 @@ {field: 'attempts', title: '执行次数', minWidth: 95, align: 'center', sort: true, templet: "
{{d.attempts||0}}
"}, {field: 'exec_desc', title: '执行结果', minWidth: 180}, {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', width: 251, fixed: 'right',} + {toolbar: '#toolbar', title: '操作面板', align: 'center', width: 260, fixed: 'right',} ]] }); }); @@ -143,7 +143,7 @@ - + diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index 0a0ad6ab6..931c63d39 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -41,21 +41,21 @@ cols: [[ {checkbox: true, fixed: true}, {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, - {field: 'username', title: '登录账号', minWidth: 100, templet: '
{{d.username||"-"}}
'}, - {field: 'nickname', title: '用户名称', minWidth: 100, templet: '
{{d.nickname||"-"}}
'}, + {field: 'username', title: '登录账号', minWidth: 110, templet: '
{{d.username||"-"}}
'}, + {field: 'nickname', title: '用户名称', minWidth: 110, templet: '
{{d.nickname||"-"}}
'}, { field: 'usertype', title: '角色身份', minWidth: 140, sort: true, templet: function (d) { d.userinfo = d.userinfo || {}; return d.userinfo.code ? (d.userinfo.name + ' ( ' + d.userinfo.code + ' ) ') : ''; } }, - {field: 'contact_mail', title: '联系邮箱', templet: '
{{d.contact_mail||"-"}}
'}, - {field: 'contact_phone', title: '联系电话', templet: '
{{d.contact_phone||"-"}}
'}, - {field: 'login_num', title: '登录次数', align: 'center', minWidth: 80, sort: false}, - {field: 'login_at', title: '最后登录', sort: true, align: 'center', minWidth: 170}, + // {field: 'contact_mail', title: '联系邮箱', minWidth: 80, templet: '
{{d.contact_mail||"-"}}
'}, + // {field: 'contact_phone', title: '联系电话', minWidth: 80, templet: '
{{d.contact_phone||"-"}}
'}, + {field: 'status', title: '账号状态', align: 'center', minWidth: 110, templet: '#StatusSwitchTpl'}, + {field: 'login_num', title: '登录次数', align: 'center', minWidth: 80, sort: true}, + {field: 'login_at', title: '最后登录', align: 'center', minWidth: 170, sort: true}, {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170, sort: true}, - {field: 'status', title: '权限状态', align: 'center', minWidth: 110, fixed: 'right', templet: '#StatusSwitchTpl'}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 160, fixed: 'right'} + {toolbar: '#toolbar', title: '操作面板', align: 'center', width: 160, fixed: 'right'} ]] }); diff --git a/app/admin/view/user/index_search.html b/app/admin/view/user/index_search.html index 807df6bdb..6acc3a82b 100644 --- a/app/admin/view/user/index_search.html +++ b/app/admin/view/user/index_search.html @@ -32,14 +32,14 @@ -
+
-
+