feat(UserLists.php): 移除用户编号列

This commit is contained in:
mkm 2024-07-26 10:06:58 +08:00
parent f132fb7f9b
commit 0c1b3ed5da

View File

@ -135,7 +135,6 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS
public function setExcelFields(): array
{
return [
'sn' => '用户编号',
'nickname' => '用户昵称',
'account' => '账号',
'mobile' => '手机号码',