From 0c1b3ed5da1e66e0d9a6106cf3bbfbe4e7be52c7 Mon Sep 17 00:00:00 2001 From: mkm <727897186@qq.com> Date: Fri, 26 Jul 2024 10:06:58 +0800 Subject: [PATCH] =?UTF-8?q?feat(UserLists.php):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=BC=96=E5=8F=B7=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/lists/user/UserLists.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/admin/lists/user/UserLists.php b/app/admin/lists/user/UserLists.php index 920176906..36713da06 100644 --- a/app/admin/lists/user/UserLists.php +++ b/app/admin/lists/user/UserLists.php @@ -135,7 +135,6 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS public function setExcelFields(): array { return [ - 'sn' => '用户编号', 'nickname' => '用户昵称', 'account' => '账号', 'mobile' => '手机号码',