From 633738d2a1bd4022756b0402fe7f1cd14b8b8dec Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 7 May 2025 17:40:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E5=B1=95=E7=A4=BA=E5=A7=93=E5=90=8D=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extend/base/admin/view/system/admin/index.js | 1 + 1 file changed, 1 insertion(+) 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: '登录次数' },