[积分商城]PlayX用户资产
This commit is contained in:
13
web/src/lang/backend/en/mall/playxUserAsset.ts
Normal file
13
web/src/lang/backend/en/mall/playxUserAsset.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
user_id: 'user_id',
|
||||
username: 'username',
|
||||
locked_points: 'locked_points',
|
||||
available_points: 'available_points',
|
||||
today_limit: 'today_limit',
|
||||
today_claimed: 'today_claimed',
|
||||
today_limit_date: 'today_limit_date',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id',
|
||||
}
|
||||
14
web/src/lang/backend/zh-cn/mall/playxUserAsset.ts
Normal file
14
web/src/lang/backend/zh-cn/mall/playxUserAsset.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
user_id: '用户ID',
|
||||
username: '用户名',
|
||||
locked_points: '待领取积分',
|
||||
available_points: '可用积分',
|
||||
today_limit: '今日可领取上限',
|
||||
today_claimed: '今日已领取',
|
||||
today_limit_date: '今日上限日期',
|
||||
create_time: '创建时间',
|
||||
update_time: '修改时间',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user