[渠道管理]
This commit is contained in:
37
web/src/lang/backend/en/channel.ts
Normal file
37
web/src/lang/backend/en/channel.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
code: 'code',
|
||||
invite_code: 'invite_code',
|
||||
name: 'name',
|
||||
top_admin_id: 'top_admin_id',
|
||||
agent_mode: 'agent_mode',
|
||||
'agent_mode turnover': 'turnover',
|
||||
'agent_mode affiliate': 'affiliate',
|
||||
agent_mode_title_turnover: 'Turnover Agent Mode',
|
||||
agent_mode_desc_turnover_1: 'Settlement: commissions apply only when platform-wide PnL is positive.',
|
||||
agent_mode_desc_turnover_2: 'Formula: bucket base by turnover × turnover share rate.',
|
||||
agent_mode_desc_turnover_3: 'Fields: fill turnover share rate only; affiliate fields are cleared automatically.',
|
||||
agent_mode_title_affiliate: 'Affiliate Agent Mode',
|
||||
agent_mode_desc_affiliate_1: 'Settlement: based on net player loss within this affiliate line.',
|
||||
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',
|
||||
affiliate_share_rate: 'affiliate_share_rate',
|
||||
affiliate_fee_rate: 'affiliate_fee_rate',
|
||||
carryover_balance: 'carryover_balance',
|
||||
user_count: 'user_count',
|
||||
profit_amount: 'profit_amount',
|
||||
total_profit_amount: 'total_profit_amount',
|
||||
commission_pool_amount: 'commission_pool_amount',
|
||||
status: 'status',
|
||||
'status 0': 'status 0',
|
||||
'status 1': 'status 1',
|
||||
remark: 'remark',
|
||||
admin_group_id: 'admin_group_id',
|
||||
admingroup__name: 'name',
|
||||
admin_id: 'admin_id',
|
||||
admin__username: 'username',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id,code,name',
|
||||
}
|
||||
@@ -1,18 +0,0 @@
|
||||
export default {
|
||||
id: 'id',
|
||||
code: 'code',
|
||||
name: 'name',
|
||||
user_count: 'user_count',
|
||||
profit_amount: 'profit_amount',
|
||||
status: 'status',
|
||||
'status 0': 'status 0',
|
||||
'status 1': 'status 1',
|
||||
remark: 'remark',
|
||||
admin_group_id: 'admin_group_id',
|
||||
admingroup__name: 'name',
|
||||
admin_id: 'admin_id',
|
||||
admin__username: 'username',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id,code,name',
|
||||
}
|
||||
Reference in New Issue
Block a user