[update]新增customerReport页面

This commit is contained in:
2026-06-11 10:17:12 +08:00
parent c3d64d43bb
commit 3120c56620
9 changed files with 584 additions and 6 deletions

View File

@@ -11,6 +11,7 @@ export default {
[adminBaseRoutePath + '/user/rule']: ['./backend/${lang}/auth/rule.ts'],
[adminBaseRoutePath + '/user/moneyLog/annualReport']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/user/moneyLog/dailyReport']: ['./backend/${lang}/user/moneyLog.ts'],
[adminBaseRoutePath + '/user/moneyLog/customerReport']: ['./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

@@ -79,4 +79,31 @@ export default {
count: 'COUNT',
total: 'TOTAL',
},
customerReport: {
title: 'CUSTOMER REPORT',
noData: 'No customer report data',
startDate: 'Start Date',
endDate: 'End Date',
fullUsername: 'Full Username',
loseRebate: 'LOSE REBATE',
options: '(Options)',
rebatePlaceholder: '(Options) percentage %',
option: 'option',
search: 'Search',
clear: 'Clear',
dateOfData: 'Date of data',
allTime: 'All Time',
registerDate: 'REGISTER DATE',
username: 'USERNAME',
deposit: 'DEPOSIT',
withdraw: 'WITHDRAW',
winLose: 'WIN / LOSE',
referral: 'REFERRAL (Downline)',
reward: 'REWARD ({game})',
count: 'Count',
amount: 'Amount',
totalRecords: 'Total {total} records',
show: 'Show',
entries: 'entries',
},
}

View File

@@ -78,4 +78,31 @@ export default {
count: '笔数',
total: '总额',
},
customerReport: {
title: '客户报表',
noData: '暂无客户报表数据',
startDate: '开始日期',
endDate: '结束日期',
fullUsername: '完整用户名',
loseRebate: '亏损返利',
options: '(可选)',
rebatePlaceholder: '(可选)百分比 %',
option: '可选',
search: '搜索',
clear: '清空',
dateOfData: '数据日期',
allTime: '全部时间',
registerDate: '注册日期',
username: '用户名',
deposit: '存款',
withdraw: '提款',
winLose: '输赢',
referral: '推荐(下线)',
reward: '奖励({game}',
count: '笔数',
amount: '金额',
totalRecords: '共 {total} 条记录',
show: '每页显示',
entries: '条',
},
}

View File

@@ -59,6 +59,7 @@ export default {
Report: 'Report',
'Annual Report': 'Annual Report',
'Daily Report': 'Daily Report',
'Customer Report': 'Customer Report',
'银行账户管理': 'Bank Account Management',
'Bank Account Management': 'Bank Account Management',
'权限管理': 'Permission Management',

View File

@@ -60,6 +60,7 @@ export default {
Report: '报表',
'Annual Report': '年度报表',
'Daily Report': '日报表',
'Customer Report': '客户报表',
'银行账户管理': '银行账户管理',
'Bank Account Management': '银行账户管理',
'权限管理': '权限管理',