优化页面和模型
This commit is contained in:
9
web/src/lang/backend/en/mall/claimLog.ts
Normal file
9
web/src/lang/backend/en/mall/claimLog.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
claim_request_id: 'claim_request_id',
|
||||
user_id: 'user_id',
|
||||
claimed_amount: 'claimed_amount',
|
||||
create_time: 'create_time',
|
||||
'quick Search Fields': 'id',
|
||||
}
|
||||
|
||||
13
web/src/lang/backend/en/mall/dailyPush.ts
Normal file
13
web/src/lang/backend/en/mall/dailyPush.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
user_id: 'user_id',
|
||||
date: 'date',
|
||||
username: 'username',
|
||||
yesterday_win_loss_net: 'yesterday_win_loss_net',
|
||||
yesterday_total_deposit: 'yesterday_total_deposit',
|
||||
lifetime_total_deposit: 'lifetime_total_deposit',
|
||||
lifetime_total_withdraw: 'lifetime_total_withdraw',
|
||||
create_time: 'create_time',
|
||||
'quick Search Fields': 'id',
|
||||
}
|
||||
|
||||
37
web/src/lang/backend/en/mall/order.ts
Normal file
37
web/src/lang/backend/en/mall/order.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
user_id: 'user_id',
|
||||
type: 'type',
|
||||
'type BONUS': 'Bonus(BONUS)',
|
||||
'type PHYSICAL': 'Physical(PHYSICAL)',
|
||||
'type WITHDRAW': 'Withdraw(WITHDRAW)',
|
||||
status: 'status',
|
||||
'status PENDING': 'Pending(PENDING)',
|
||||
'status COMPLETED': 'Completed(COMPLETED)',
|
||||
'status SHIPPED': 'Shipped(SHIPPED)',
|
||||
'status REJECTED': 'Rejected(REJECTED)',
|
||||
mall_item_id: 'mall_item_id',
|
||||
mallitem__title: 'title',
|
||||
points_cost: 'points_cost',
|
||||
amount: 'amount',
|
||||
multiplier: 'multiplier',
|
||||
external_transaction_id: 'external_transaction_id',
|
||||
playx_transaction_id: 'playx_transaction_id',
|
||||
grant_status: 'grant_status',
|
||||
'grant_status NOT_SENT': 'NOT_SENT',
|
||||
'grant_status SENT_PENDING': 'SENT_PENDING',
|
||||
'grant_status ACCEPTED': 'ACCEPTED',
|
||||
'grant_status FAILED_RETRYABLE': 'FAILED_RETRYABLE',
|
||||
'grant_status FAILED_FINAL': 'FAILED_FINAL',
|
||||
fail_reason: 'fail_reason',
|
||||
reject_reason: 'reject_reason',
|
||||
shipping_company: 'shipping_company',
|
||||
shipping_no: 'shipping_no',
|
||||
receiver_name: 'receiver_name',
|
||||
receiver_phone: 'receiver_phone',
|
||||
receiver_address: 'receiver_address',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'ID',
|
||||
}
|
||||
|
||||
15
web/src/lang/backend/en/mall/userAsset.ts
Normal file
15
web/src/lang/backend/en/mall/userAsset.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
username: 'username',
|
||||
phone: 'phone',
|
||||
playx_user_id: 'playx_user_id',
|
||||
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, playx_user_id, username, phone',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user