Merge branch 'lx-dev' of gitee.com:cabbage_qd/web-base-admin into lx-dev

This commit is contained in:
woody 2025-05-24 09:49:09 +08:00
commit 35b7bf32d0
1 changed files with 16 additions and 0 deletions

View File

@ -263,6 +263,10 @@ export default {
text: '拓展拨比(%)',
prop: 'orgBonusRate'
},
{
text: '辅导拨比(%)',
prop: 'leaderBonusRate'
},
{
text: '服务补贴拨比(%)',
prop: 'serviceBonusRate'
@ -283,6 +287,18 @@ export default {
text: '复购PV拨比(%)',
prop: 'repurBonusPvRate'
},
{
text: '复购级差拨比(%)',
prop: 'repurRangeBonusRate'
},
{
text: '复购拓展拨比(%)',
prop: 'repurOrgBonusRate'
},
{
text: '复购辅导拨比(%)',
prop: 'repurLeaderBonusRate'
},
{
text: `拓展平均碰次`,
prop: 'orgAvTouch'