feat(performaceList): 拨比列表字段调整

This commit is contained in:
woody 2025-05-24 09:49:06 +08:00
parent d9d407d61e
commit 5e849feb19
1 changed files with 10 additions and 57 deletions

View File

@ -157,7 +157,7 @@
v-if="item.id != 0" v-if="item.id != 0"
:key="item.id" :key="item.id"
align="center" align="center"
width="120" width="140"
:prop="item.prop" :prop="item.prop"
:label="item.text" :label="item.text"
> >
@ -277,20 +277,6 @@ export default {
prop: 'mainUpAmount', prop: 'mainUpAmount',
total: 'mainUpAmountSum' total: 'mainUpAmountSum'
}, },
{
id: 5,
text: `${'云代注册'}(¥)`,
checked: true,
prop: 'agentRegAmount',
total: 'agentRegAmountSum'
},
{
id: 6,
text: `${'云代升级'}(¥)`,
checked: true,
prop: 'agentUpAmount',
total: 'agentUpAmountSum'
},
{ {
id: 7, id: 7,
text: `${'首购金额'}(¥)`, text: `${'首购金额'}(¥)`,
@ -298,13 +284,6 @@ export default {
prop: 'firstPurchaseAll', prop: 'firstPurchaseAll',
total: 'firstPurchaseAllSum' total: 'firstPurchaseAllSum'
}, },
{
id: 30,
text: `能量舱金额(¥)`,
checked: true,
prop: 'energyAmountAll',
total: 'energyAmountAllSum'
},
{ {
id: 8, id: 8,
text: `${'直推收益'}(¥)`, text: `${'直推收益'}(¥)`,
@ -340,27 +319,7 @@ export default {
prop: 'serviceBonus', prop: 'serviceBonus',
total: 'serviceBonusSum' total: 'serviceBonusSum'
}, },
{
id: 13,
text: `${'云代直推'}(¥)`,
checked: true,
prop: 'agentIntroduceBonus',
total: 'agentIntroduceBonusSum'
},
{
id: 14,
text: `${'云代首购'}(¥)`,
checked: true,
prop: 'agentFirstAmount',
total: 'agentFirstAmountSum'
},
{
id: 15,
text: `${'云代复购'}(¥)`,
checked: true,
prop: 'agentRepurAmount',
total: 'agentRepurAmountSum'
},
{ {
id: 16, id: 16,
text: `${'复购专区'}(¥)`, text: `${'复购专区'}(¥)`,
@ -368,19 +327,6 @@ export default {
prop: 'mainRepurAmount', prop: 'mainRepurAmount',
total: 'mainRepurAmountSum' total: 'mainRepurAmountSum'
}, },
{
id: 17,
text: `${'海粉专区'}(¥)`,
checked: true,
prop: 'hifansRegAmount',
total: 'hifansRegAmountSum'
},
// {
// id: 16,
// text: `${''}()`,
// checked: false,
// prop: 'agentRepurAmount',
// },
{ {
id: 18, id: 18,
text: `${'复购金额'}(¥)`, text: `${'复购金额'}(¥)`,
@ -390,7 +336,7 @@ export default {
}, },
{ {
id: 19, id: 19,
text: `${'复购差收益'}(¥)`, text: `${'复购差收益'}(¥)`,
checked: false, checked: false,
prop: 'repurRangeBonus', prop: 'repurRangeBonus',
total: 'repurRangeBonusSum' total: 'repurRangeBonusSum'
@ -402,6 +348,13 @@ export default {
prop: 'repurOrgBonus', prop: 'repurOrgBonus',
total: 'repurOrgBonusSum' total: 'repurOrgBonusSum'
}, },
{
id: 20,
text: `${'复购辅导收益'}(¥)`,
checked: false,
prop: 'repurLeaderBonus',
total: 'repurLeaderBonusSum'
},
{ {
id: 21, id: 21,
text: `${'首购拨出金额'}(¥)`, text: `${'首购拨出金额'}(¥)`,