优化分红方式
This commit is contained in:
@@ -6,11 +6,6 @@ export default {
|
||||
email: 'Email',
|
||||
mobile: 'Mobile Number',
|
||||
invite_code: 'Invite code',
|
||||
commission_rate: 'Commission rate(%)',
|
||||
commission_rate_desc_title: 'Admin commission notes',
|
||||
commission_rate_desc_1: 'Admin commission means this admin allocation ratio inside assigned group.',
|
||||
commission_rate_desc_2: 'Current admin commission = current group commission × current admin commission rate.',
|
||||
commission_rate_desc_3: 'Within same group, total admin commission rate cannot exceed 100%; exceed and remaining are returned on validation.',
|
||||
'Please select exactly one group': 'Please select exactly one group',
|
||||
'Last login': 'Last login',
|
||||
Password: 'Password',
|
||||
|
||||
@@ -8,11 +8,6 @@ export default {
|
||||
channel_inherit_hint:
|
||||
'Sub groups do not pick a channel separately: saving uses the parent group channel; changing parent syncs automatically.',
|
||||
system_group_no_channel: 'System (no channel)',
|
||||
commission_rate: 'Commission rate (%)',
|
||||
commission_rate_desc_title: 'Group commission notes',
|
||||
commission_rate_desc_1: 'The total group commission rate under the same parent cannot exceed 100%.',
|
||||
commission_rate_desc_2: 'Current group commission = channel commission × (1 - parent group commission rate) × current group commission rate.',
|
||||
commission_rate_desc_3: 'If exceeded, the system returns both exceeded value and remaining quota under current parent.',
|
||||
jurisdiction: 'Permissions',
|
||||
'Parent group': 'Superior group',
|
||||
'The parent group cannot be the group itself': 'The parent group cannot be the group itself',
|
||||
|
||||
@@ -71,8 +71,16 @@ export default {
|
||||
manual_settle_calc_base: 'Settlement base',
|
||||
manual_settle_commission_amount: 'Commission amount',
|
||||
manual_settle_remark: 'Remark',
|
||||
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%.',
|
||||
share_rate_percent: 'Share rate(%)',
|
||||
share_total_enabled: 'Enabled total',
|
||||
share_total_must_100: 'Enabled share total must equal 100%',
|
||||
admin_id_placeholder: 'Select an admin (within your permission scope)',
|
||||
admin__username: 'Person in charge',
|
||||
admin_group_names: 'Role group',
|
||||
admin_group_paths: 'Role hierarchy',
|
||||
create_time: 'create_time',
|
||||
update_time: 'update_time',
|
||||
'quick Search Fields': 'id,code,name',
|
||||
|
||||
@@ -6,11 +6,6 @@ export default {
|
||||
email: '电子邮箱',
|
||||
mobile: '手机号',
|
||||
invite_code: '邀请码',
|
||||
commission_rate: '分红比(%)',
|
||||
commission_rate_desc_title: '管理员分红说明',
|
||||
commission_rate_desc_1: '管理员分红用于该管理员在所属角色组内的分配比例。',
|
||||
commission_rate_desc_2: '当前管理员分红=当前角色分红×当前管理员分红比例。',
|
||||
commission_rate_desc_3: '同一角色组内,管理员分红比例总和不能超过100%;超额会提示超出值与剩余额度。',
|
||||
'Please select exactly one group': '请选择且仅选择一个角色组',
|
||||
'Last login': '最后登录',
|
||||
Password: '密码',
|
||||
|
||||
@@ -7,11 +7,6 @@ export default {
|
||||
channel_auto_bind: '将自动绑定为当前账号所属渠道',
|
||||
channel_inherit_hint: '子级不单独选渠道:保存时将使用上级分组对应渠道,变更上级时会自动同步。',
|
||||
system_group_no_channel: '系统级(未绑定渠道)',
|
||||
commission_rate: '分红比例(%)',
|
||||
commission_rate_desc_title: '角色组分红说明',
|
||||
commission_rate_desc_1: '同一父级下角色组分红比例总和不能超过100%。',
|
||||
commission_rate_desc_2: '当前角色分红=渠道设置获取分红×(1-上级角色分红比例)×当前角色分红比例。',
|
||||
commission_rate_desc_3: '提交超额时,系统会提示超出值与当前父级剩余额度。',
|
||||
jurisdiction: '权限',
|
||||
'Parent group': '上级分组',
|
||||
'The parent group cannot be the group itself': '上级分组不能是分组本身',
|
||||
|
||||
@@ -71,8 +71,16 @@ export default {
|
||||
manual_settle_calc_base: '结算基数',
|
||||
manual_settle_commission_amount: '佣金金额',
|
||||
manual_settle_remark: '备注',
|
||||
share_config: '分配比例',
|
||||
share_config_title: '渠道管理员分配比例',
|
||||
share_config_tip: '仅启用项参与结算拆分,且启用项占比总和必须等于100%。',
|
||||
share_rate_percent: '分配比例(%)',
|
||||
share_total_enabled: '启用项合计',
|
||||
share_total_must_100: '启用项分配比例总和必须等于100%',
|
||||
admin_id_placeholder: '请选择管理员(仅当前权限范围内)',
|
||||
admin__username: '负责人',
|
||||
admin_group_names: '角色组',
|
||||
admin_group_paths: '角色组层级',
|
||||
create_time: '创建时间',
|
||||
update_time: '修改时间',
|
||||
'quick Search Fields': 'ID、渠道标识、渠道名',
|
||||
|
||||
Reference in New Issue
Block a user