You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.2 KiB
45 lines
1.2 KiB
<?php
|
|
/*
|
|
* @Descripttion:
|
|
* @version:
|
|
* @Author: GuaPi
|
|
* @Date: 2021-07-29 10:40:46
|
|
* @LastEditors: GuaPi
|
|
* @LastEditTime: 2021-08-14 10:35:56
|
|
*/
|
|
return [
|
|
'labels' => [
|
|
'User' => 'User',
|
|
'auth' => '系统',
|
|
'users' => '用户管理'
|
|
],
|
|
'fields' => [
|
|
'account' => '主账户',
|
|
'user_id' => 'ID',
|
|
'account_type' => '账户类型',
|
|
'username' => '用户名',
|
|
'pid' => '上级ID',
|
|
'deep' => '层级',
|
|
'path' => 'PATH',
|
|
'country_code' => '国家',
|
|
'phone' => '电话',
|
|
'email' => '邮箱',
|
|
'avatar' => '头像',
|
|
'password' => '登录密码',
|
|
'payword' => '支付密码',
|
|
'invite_code' => '邀请码',
|
|
'purchase_code' => '申购码',
|
|
'user_grade' => '级别',
|
|
'user_identity' => '用户身份',
|
|
'user_auth_level' => '认证状态',
|
|
'login_code' => '登录码',
|
|
'status' => '状态',
|
|
'trade_status' => '交易状态',
|
|
'reg_ip' => '注册ip',
|
|
'last_login_time' => '登录时间',
|
|
'last_login_ip' => '登录IP',
|
|
'is_system' => '系统账户',
|
|
'PromoteAccount'=>'推广账号列表'
|
|
],
|
|
'options' => [],
|
|
];
|
|
|