游戏-用户管理
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',
|
||||
}
|
||||
Reference in New Issue
Block a user