feat: 添加真实姓名字段到用户列表

This commit is contained in:
mkm 2024-07-26 11:31:05 +08:00
parent 945fdac2c2
commit 4e67edcc77

View File

@ -141,6 +141,7 @@ class UserLists extends BaseAdminDataLists implements ListsExcelInterface,ListsS
{
return [
'nickname' => '用户昵称',
'real_name' => '真实姓名',
'account' => '账号',
'mobile' => '手机号码',
'now_money' => '用户余额',