1.优化充值跳转链接的问题

2.优化后台渠道管理页面的显示样式
This commit is contained in:
2026-05-30 14:37:46 +08:00
parent 15b9313c07
commit 1cdd597879
19 changed files with 1096 additions and 180 deletions

View File

@@ -9,7 +9,9 @@ export default {
admin_username: 'Agent username',
commission_rate: 'Commission rate',
calc_base_amount: 'Calculation base amount',
commission_amount: 'Commission amount',
commission_amount: 'Commission amount (gross)',
handling_fee: 'Handling fee amount',
net_commission_amount: 'Net commission',
status: 'Status',
'status 0': 'Pending',
'status 1': 'Paid',

View File

@@ -15,6 +15,19 @@ export default {
agent_mode_desc_affiliate_2: 'Formula: net loss after costs × affiliate share rate.',
agent_mode_desc_affiliate_3: 'Fields: supports fee deduction rate and carryover balance; turnover rate is cleared automatically.',
turnover_share_rate: 'turnover_share_rate',
settlement_handling_fee: 'settlement_handling_fee(%)',
settlement_handling_fee_tip: 'Percent of gross commission per agent per period; adjustable in manual settle',
settlement_handling_fee_percent: 'handling_fee(%)',
settlement_handling_fee_amount: 'handling_fee_amount',
manual_settle_settlement_base: 'settlement_base',
manual_settle_net_commission: 'net_commission',
manual_settle_col_base: 'Base',
manual_settle_col_share: 'Share',
manual_settle_col_gross: 'Gross',
manual_settle_col_commission_share: 'Share%',
manual_settle_col_net_short: 'Net',
manual_settle_col_fee: 'Fee',
manual_settle_col_net: 'Net',
affiliate_share_rate: 'affiliate_share_rate',
affiliate_fee_rate: 'affiliate_fee_rate',
affiliate_contract_no: 'affiliate_contract_no',
@@ -72,6 +85,19 @@ export default {
manual_settle_commission_amount: 'Commission amount',
manual_settle_submit: 'Settle',
manual_settle_remark: 'Remark',
manual_settle_calc_title: 'Settlement calculation',
manual_settle_calc_intro_turnover_1: 'For this period, sum settled bets: total bet and total payout; platform PnL = bet payout.',
manual_settle_calc_intro_turnover_2: 'Channel commission = settlement base (total bet) × turnover share rate; the table below splits it by agent tree.',
manual_settle_calc_intro_turnover_3: 'Commission applies only when platform-wide PnL is positive; otherwise channel commission is 0.',
manual_settle_calc_intro_affiliate_1: 'For this period, affiliate commission is based on net player loss and ladder rules in this channel.',
manual_settle_calc_intro_affiliate_2: 'Channel commission = base after costs × share rate; split in the table by agent hierarchy.',
manual_settle_calc_intro_affiliate_3: 'If net loss is not positive, commission may be 0 — use preview amounts.',
manual_settle_calc_tree_1: 'Expand/collapse the tree; each row is one agent share in this settlement.',
manual_settle_calc_tree_2: 'Settlement base = amount from parent; share % = cut from parent pool; commission = gross before fee.',
manual_settle_calc_tree_3: 'Commission share % = agent gross ÷ channel total commission × 100%.',
manual_settle_calc_handling_fee: 'Net = gross fee; fee uses channel rate {rate}% of gross, once per agent per period.',
manual_settle_col_net: 'Net',
manual_settle_split_scroll_tip: 'Swipe horizontally to view all columns',
share_config: 'Share config',
share_config_title: 'Channel admin share config',
share_config_tip: 'Only enabled rows participate in settlement split, and enabled share total must equal 100%.',