feat: add admin affiliate record pages
This commit is contained in:
@@ -347,6 +347,10 @@ export default {
|
||||
usage: 'Usage',
|
||||
redeem: 'Redeem',
|
||||
affiliate: 'Affiliate Rebates',
|
||||
affiliateManagement: 'Affiliate Rebates',
|
||||
affiliateInviteRecords: 'Invite Records',
|
||||
affiliateRebateRecords: 'Rebate Records',
|
||||
affiliateTransferRecords: 'Transfer Records',
|
||||
profile: 'Profile',
|
||||
users: 'Users',
|
||||
groups: 'Groups',
|
||||
@@ -1635,6 +1639,49 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
affiliates: {
|
||||
invitesDescription: 'View site-wide inviter and invitee relationships',
|
||||
rebatesDescription: 'View recharge orders that generated affiliate rebates',
|
||||
transfersDescription: 'View affiliate quota transfers into account balance',
|
||||
errors: {
|
||||
loadFailed: 'Failed to load affiliate records'
|
||||
},
|
||||
records: {
|
||||
search: 'Search',
|
||||
searchPlaceholder: 'Email, username, user ID, or order number',
|
||||
startAt: 'Start date',
|
||||
endAt: 'End date',
|
||||
inviter: 'Inviter',
|
||||
invitee: 'Invitee',
|
||||
user: 'User',
|
||||
affCode: 'Invite Code',
|
||||
order: 'Order',
|
||||
totalRebate: 'Total Rebate',
|
||||
orderAmount: 'Top-up Amount',
|
||||
payAmount: 'Paid Amount',
|
||||
rebateAmount: 'Rebate Amount',
|
||||
paymentType: 'Payment Method',
|
||||
orderStatus: 'Order Status',
|
||||
transferAmount: 'Transfer Amount',
|
||||
currentBalance: 'Current Balance',
|
||||
remainingQuota: 'Remaining Quota',
|
||||
frozenQuota: 'Frozen Rebate',
|
||||
historyQuota: 'Historical Rebate',
|
||||
invitedAt: 'Invited At',
|
||||
rebatedAt: 'Rebated At',
|
||||
transferredAt: 'Transferred At'
|
||||
},
|
||||
overview: {
|
||||
title: 'Affiliate User Overview',
|
||||
affCode: 'Invite Code',
|
||||
rebateRate: 'Rebate Rate',
|
||||
invitedCount: 'Invited Users',
|
||||
rebatedInviteeCount: 'Rebated Invitees',
|
||||
availableQuota: 'Available Quota',
|
||||
historyQuota: 'Historical Rebate'
|
||||
}
|
||||
},
|
||||
|
||||
// Users
|
||||
users: {
|
||||
title: 'User Management',
|
||||
|
||||
@@ -347,6 +347,10 @@ export default {
|
||||
usage: '使用记录',
|
||||
redeem: '兑换',
|
||||
affiliate: '邀请返利',
|
||||
affiliateManagement: '邀请返利',
|
||||
affiliateInviteRecords: '邀请记录',
|
||||
affiliateRebateRecords: '返利记录',
|
||||
affiliateTransferRecords: '提取记录',
|
||||
profile: '个人资料',
|
||||
users: '用户管理',
|
||||
groups: '分组管理',
|
||||
@@ -1656,6 +1660,49 @@ export default {
|
||||
}
|
||||
},
|
||||
|
||||
affiliates: {
|
||||
invitesDescription: '查看全站邀请关系和被邀请用户累计返利',
|
||||
rebatesDescription: '查看每一笔产生返利的充值订单',
|
||||
transfersDescription: '查看返利额度转入账户余额的提取流水',
|
||||
errors: {
|
||||
loadFailed: '加载邀请返利记录失败'
|
||||
},
|
||||
records: {
|
||||
search: '搜索',
|
||||
searchPlaceholder: '邮箱、用户名、用户 ID、订单号',
|
||||
startAt: '开始日期',
|
||||
endAt: '结束日期',
|
||||
inviter: '邀请人',
|
||||
invitee: '被邀请人',
|
||||
user: '用户',
|
||||
affCode: '邀请码',
|
||||
order: '订单',
|
||||
totalRebate: '累计返利',
|
||||
orderAmount: '充值金额',
|
||||
payAmount: '支付金额',
|
||||
rebateAmount: '返利金额',
|
||||
paymentType: '支付方式',
|
||||
orderStatus: '订单状态',
|
||||
transferAmount: '提取金额',
|
||||
currentBalance: '当前余额',
|
||||
remainingQuota: '剩余可提取',
|
||||
frozenQuota: '冻结返利',
|
||||
historyQuota: '历史返利',
|
||||
invitedAt: '邀请时间',
|
||||
rebatedAt: '返利时间',
|
||||
transferredAt: '提取时间'
|
||||
},
|
||||
overview: {
|
||||
title: '用户返利概览',
|
||||
affCode: '邀请码',
|
||||
rebateRate: '返利比例',
|
||||
invitedCount: '邀请人数',
|
||||
rebatedInviteeCount: '已产生返利人数',
|
||||
availableQuota: '可提余额',
|
||||
historyQuota: '历史返利'
|
||||
}
|
||||
},
|
||||
|
||||
// Users Management
|
||||
users: {
|
||||
title: '用户管理',
|
||||
|
||||
Reference in New Issue
Block a user