feat(performance): 移除PV列

This commit is contained in:
woody 2025-08-08 17:32:30 +08:00
parent 2a75107a74
commit 4a723fa4c4
3 changed files with 7 additions and 42 deletions

View File

@ -249,30 +249,16 @@ export default {
checked: true, checked: true,
prop: 'teamName' prop: 'teamName'
}, },
{
id: 28,
text: '首购PV拨比(%)',
checked: true,
prop: 'mainBonusPvRate',
total: 'mainBonusPvRateSum'
},
{
id: 29,
text: '复购PV拨比(%)',
checked: true,
prop: 'repurBonusPvRate',
total: 'repurBonusPvRateSum'
},
{ {
id: 3, id: 3,
text: `${'注册专区'}`, text: `注册专区`,
checked: true, checked: true,
prop: 'mainRegAmount', prop: 'mainRegAmount',
total: 'mainRegAmountSum' total: 'mainRegAmountSum'
}, },
{ {
id: 4, id: 4,
text: `${'升级专区'}`, text: `升级专区`,
checked: true, checked: true,
prop: 'mainUpAmount', prop: 'mainUpAmount',
total: 'mainUpAmountSum' total: 'mainUpAmountSum'

View File

@ -208,20 +208,6 @@ export default {
checked: true, checked: true,
prop: 'teamName' prop: 'teamName'
}, },
{
id: 28,
text: '首购PV拨比(%)',
checked: true,
prop: 'mainBonusPvRate',
total: 'mainBonusPvRateSum'
},
{
id: 29,
text: '复购PV拨比(%)',
checked: true,
prop: 'repurBonusPvRate',
total: 'repurBonusPvRateSum'
},
{ {
id: 3, id: 3,
text: `${'注册专区'}`, text: `${'注册专区'}`,

View File

@ -240,21 +240,17 @@ export default {
prop: 'memberName' prop: 'memberName'
}, },
{ {
text: `${'首购金额'}(¥)`, text: `${'首购金额'}`,
prop: 'firstPurchaseAll' prop: 'firstPurchaseAll'
}, },
{ {
text: `首购奖金(¥)`, text: `首购奖金`,
prop: 'mainBonus' prop: 'mainBonus'
}, },
{ {
text: `首购金额拨比(%)`, text: `首购金额拨比(%)`,
prop: 'mainBonusRate' prop: 'mainBonusRate'
}, },
{
text: '首购PV拨比(%)',
prop: 'mainBonusPvRate'
},
{ {
text: '直推拨比(%)', text: '直推拨比(%)',
prop: 'introduceBonusRate' prop: 'introduceBonusRate'
@ -272,21 +268,18 @@ export default {
prop: 'serviceBonusRate' prop: 'serviceBonusRate'
}, },
{ {
text: '复购金额(¥)', text: '复购金额',
prop: 'repurchaseAllAmount' prop: 'repurchaseAllAmount'
}, },
{ {
text: '复购奖金(¥)', text: '复购奖金',
prop: 'repurBonus' prop: 'repurBonus'
}, },
{ {
text: '复购金额拨比(%)', text: '复购金额拨比(%)',
prop: 'repurBonusRate' prop: 'repurBonusRate'
}, },
{
text: '复购PV拨比(%)',
prop: 'repurBonusPvRate'
},
{ {
text: '复购级差拨比(%)', text: '复购级差拨比(%)',
prop: 'repurRangeBonusRate' prop: 'repurRangeBonusRate'