feat(UserLists.php): 移除用户编号列
This commit is contained in:
parent
f132fb7f9b
commit
0c1b3ed5da
@ -135,7 +135,6 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS
|
|||||||
public function setExcelFields(): array
|
public function setExcelFields(): array
|
||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'sn' => '用户编号',
|
|
||||||
'nickname' => '用户昵称',
|
'nickname' => '用户昵称',
|
||||||
'account' => '账号',
|
'account' => '账号',
|
||||||
'mobile' => '手机号码',
|
'mobile' => '手机号码',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user