[update]新增submittedReward页面

This commit is contained in:
2026-06-10 16:43:37 +08:00
parent 45d67f3778
commit 1e1fddf04c
5 changed files with 573 additions and 135 deletions

View File

@@ -10,6 +10,7 @@ export default {
[adminBaseRoutePath + '/moduleStore']: ['./backend/${lang}/module.ts'],
[adminBaseRoutePath + '/user/rule']: ['./backend/${lang}/auth/rule.ts'],
[adminBaseRoutePath + '/user/moneyLog/annualReport']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/user/submittedReward']: ['./backend/${lang}/user/submittedReward.ts'],
[adminBaseRoutePath + '/user/scoreLog']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/crud/crud']: ['./backend/${lang}/crud/log.ts', './backend/${lang}/crud/state.ts'],
}

View File

@@ -0,0 +1,27 @@
export default {
'Promotion type': 'Promotion type',
'Submitted Rewards': 'Submitted Rewards',
Running: 'Running',
'Start Date': 'Start Date',
'End Date': 'End Date',
Status: 'Status',
Username: 'Username',
'All status': '- All status -',
'Approve Reward': 'Approve Reward',
'Reject Reward': 'Reject Reward',
'In process': 'In process',
'Search by username': 'Search by username',
Clear: 'Clear',
'Date of data': 'Date of data',
'Submitted Time': 'Submitted Time',
'Reward Claim': 'Reward Claim',
Action: 'Action',
Agree: 'Agree',
Reject: 'Reject',
'Confirm reward action': 'Are you sure you want to {action} the reward request from {username}?',
'No records': 'No records',
'Total records': 'Total {total} records',
to: 'to',
Day: 'Day',
Days: 'Days',
}

View File

@@ -0,0 +1,27 @@
export default {
'Promotion type': '活动类型',
'Submitted Rewards': '已提交奖励',
Running: '运行中',
'Start Date': '开始日期',
'End Date': '结束日期',
Status: '状态',
Username: '用户名',
'All status': '- 全部状态 -',
'Approve Reward': '批准奖励',
'Reject Reward': '拒绝奖励',
'In process': '处理中',
'Search by username': '按用户名搜索',
Clear: '清除',
'Date of data': '数据日期',
'Submitted Time': '提交时间',
'Reward Claim': '领取奖励',
Action: '操作',
Agree: '同意',
Reject: '拒绝',
'Confirm reward action': '确定要{action}用户 {username} 的奖励申请吗?',
'No records': '暂无记录',
'Total records': '共 {total} 条记录',
to: '至',
Day: '天',
Days: '天',
}