游戏-用户管理
This commit is contained in:
19
web/src/lang/backend/en/game/user.ts
Normal file
19
web/src/lang/backend/en/game/user.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
username: 'username',
|
||||
password: 'password',
|
||||
uuid: 'uuid',
|
||||
phone: 'phone',
|
||||
remark: 'remark',
|
||||
coin: 'coin',
|
||||
status: 'status',
|
||||
'status 0': 'status 0',
|
||||
'status 1': 'status 1',
|
||||
game_channel_id: 'game_channel_id',
|
||||
gamechannel__name: 'name',
|
||||
admin_id: 'admin_id',
|
||||
admin__username: 'username',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id,username,phone',
|
||||
}
|
||||
19
web/src/lang/backend/zh-cn/game/user.ts
Normal file
19
web/src/lang/backend/zh-cn/game/user.ts
Normal file
@@ -0,0 +1,19 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
username: '用户名',
|
||||
password: '密码',
|
||||
uuid: '用户唯一标识',
|
||||
phone: '手机号',
|
||||
remark: '备注',
|
||||
coin: '平台币',
|
||||
status: '状态',
|
||||
'status 0': '禁用',
|
||||
'status 1': '启用',
|
||||
game_channel_id: '所属渠道',
|
||||
gamechannel__name: '渠道名',
|
||||
admin_id: '所属管理员',
|
||||
admin__username: '用户名',
|
||||
create_time: '创建时间',
|
||||
update_time: '修改时间',
|
||||
'quick Search Fields': 'ID、用户名、手机号',
|
||||
}
|
||||
Reference in New Issue
Block a user