增加积分调整日志

This commit is contained in:
2026-07-21 18:59:45 +08:00
parent 4fbc4500fd
commit 140a068b88
23 changed files with 673 additions and 18 deletions

View File

@@ -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.',

View 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',
}

View File

@@ -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',
}

View File

@@ -107,6 +107,9 @@ export default {
mall_order_approve: 'Approve',
mall_dailyPush: 'Daily push',
mall_claimLog: 'Claim log',
mall_pointsLog: 'Points management',
mall_pointsLog_index: 'Browse',
mall_pointsLog_add: 'Add',
mall_item: 'Products',
mall_playxOrder: 'playX orders',
mall_playxCenter: 'playX center',

View File

@@ -19,6 +19,10 @@ export default {
title: '页面说明',
desc: '用户从待领取积分划转至可用积分的操作流水,可按时间与用户追溯。',
},
pointsLog: {
title: '页面说明',
desc: '记录管理员对用户可用积分的人工增加与扣除;流水仅允许新增和查看。',
},
item: {
title: '页面说明',
desc: '维护积分商城上架商品、库存与多语言展示信息。',

View File

@@ -0,0 +1,20 @@
export default {
id: 'ID',
user_asset: '用户',
user_asset_id: '用户资产ID',
playx_user_id: 'playX-ID',
username: '用户名',
available_points: '可用积分',
current_points: '当前积分',
score_value: '变更积分',
before: '调整前积分',
after: '调整后积分',
memo: '备注',
admin: '操作管理员',
create_time: '创建时间',
quick_search_fields: 'playX用户ID、用户名、手机号',
non_zero_integer_required: '请输入非零整数',
insufficient_available_points: '可用积分不足',
admin_add_memo: '管理员增加积分 {value}',
admin_deduct_memo: '管理员扣除积分 {value}',
}

View File

@@ -5,6 +5,7 @@ export default {
playx_user_id: 'playX-ID',
locked_points: '待领取积分',
available_points: '可用积分',
adjust_available_points: '调整积分',
today_limit: '今日可领取上限',
today_claimed: '今日已领取',
today_limit_date: '今日上限日期',
@@ -12,4 +13,3 @@ export default {
update_time: '修改时间',
'quick Search Fields': 'ID、playX用户ID、用户名、手机号',
}

View File

@@ -108,6 +108,9 @@ export default {
mall_order_approve: '审核通过',
mall_dailyPush: '每日推送',
mall_claimLog: '领取记录',
mall_pointsLog: '积分管理',
mall_pointsLog_index: '查看',
mall_pointsLog_add: '新增',
mall_item: '商品管理',
mall_playxOrder: 'playX订单',
mall_playxCenter: 'playX中心',