feat: 添加真实姓名字段到用户列表
This commit is contained in:
parent
945fdac2c2
commit
4e67edcc77
@ -141,6 +141,7 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'nickname' => '用户昵称',
|
'nickname' => '用户昵称',
|
||||||
|
'real_name' => '真实姓名',
|
||||||
'account' => '账号',
|
'account' => '账号',
|
||||||
'mobile' => '手机号码',
|
'mobile' => '手机号码',
|
||||||
'now_money' => '用户余额',
|
'now_money' => '用户余额',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user