增加积分调整日志
This commit is contained in:
@@ -19,6 +19,10 @@ export default {
|
||||
title: 'About this page',
|
||||
desc: 'History of users moving points from locked/pending to available, filterable by time and user.',
|
||||
},
|
||||
pointsLog: {
|
||||
title: 'About this page',
|
||||
desc: 'Records administrator additions and deductions to available points. Entries can only be added and viewed.',
|
||||
},
|
||||
item: {
|
||||
title: 'About this page',
|
||||
desc: 'Manage catalog items, stock, and multilingual display text for the points mall.',
|
||||
|
||||
20
web/src/lang/backend/en/mall/pointsLog.ts
Normal file
20
web/src/lang/backend/en/mall/pointsLog.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
export default {
|
||||
id: 'ID',
|
||||
user_asset: 'User',
|
||||
user_asset_id: 'User asset ID',
|
||||
playx_user_id: 'PlayX ID',
|
||||
username: 'Username',
|
||||
available_points: 'Available points',
|
||||
current_points: 'Current points',
|
||||
score_value: 'Points adjustment',
|
||||
before: 'Before',
|
||||
after: 'After',
|
||||
memo: 'Remark',
|
||||
admin: 'Administrator',
|
||||
create_time: 'Created at',
|
||||
quick_search_fields: 'PlayX ID, username, phone',
|
||||
non_zero_integer_required: 'Please enter a non-zero integer',
|
||||
insufficient_available_points: 'Insufficient available points',
|
||||
admin_add_memo: 'Administrator added {value} points',
|
||||
admin_deduct_memo: 'Administrator deducted {value} points',
|
||||
}
|
||||
@@ -5,6 +5,7 @@ export default {
|
||||
playx_user_id: 'playX_user_id',
|
||||
locked_points: 'locked_points',
|
||||
available_points: 'available_points',
|
||||
adjust_available_points: 'Adjust points',
|
||||
today_limit: 'today_limit',
|
||||
today_claimed: 'today_claimed',
|
||||
today_limit_date: 'today_limit_date',
|
||||
@@ -12,4 +13,3 @@ export default {
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id, playX_user_id, username, phone',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user