feat(performance): 移除PV列

This commit is contained in:
woody 2025-08-08 17:32:30 +08:00
parent bead9bdb92
commit 0478fdb198
3 changed files with 22 additions and 57 deletions

View File

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

View File

@ -208,107 +208,93 @@ export default {
checked: true,
prop: 'teamName'
},
{
id: 28,
text: '首购PV拨比(%)',
checked: true,
prop: 'mainBonusPvRate',
total: 'mainBonusPvRateSum'
},
{
id: 29,
text: '复购PV拨比(%)',
checked: true,
prop: 'repurBonusPvRate',
total: 'repurBonusPvRateSum'
},
{
id: 3,
text: `${'注册专区'}(¥)`,
text: `${'注册专区'}`,
checked: true,
prop: 'mainRegAmount',
total: 'mainRegAmountSum'
},
{
id: 4,
text: `${'升级专区'}(¥)`,
text: `${'升级专区'}`,
checked: true,
prop: 'mainUpAmount',
total: 'mainUpAmountSum'
},
{
id: 7,
text: `${'首购金额'}(¥)`,
text: `${'首购金额'}`,
checked: true,
prop: 'firstPurchaseAll',
total: 'firstPurchaseAllSum'
},
{
id: 8,
text: `${'直推收益'}(¥)`,
text: `${'直推收益'}`,
checked: true,
prop: 'introduceBonus',
total: 'introduceBonusSum'
},
{
id: 9,
text: `${'拓展收益'}(¥)`,
text: `${'拓展收益'}`,
checked: true,
prop: 'orgBonus',
total: 'orgBonusSum'
},
{
id: 10,
text: `${'辅导收益'}(¥)`,
text: `${'辅导收益'}`,
checked: true,
prop: 'leaderBonus',
total: 'leaderBonusSum'
},
{
id: 12,
text: `${'服务补贴'}(¥)`,
text: `${'服务补贴'}`,
checked: true,
prop: 'serviceBonus',
total: 'serviceBonusSum'
},
{
id: 16,
text: `${'复购专区'}(¥)`,
text: `${'复购专区'}`,
checked: true,
prop: 'mainRepurAmount',
total: 'mainRepurAmountSum'
},
{
id: 18,
text: `${'复购金额'}(¥)`,
text: `${'复购金额'}`,
checked: false,
prop: 'repurchaseAllAmount',
total: 'repurchaseAllAmountSum'
},
{
id: 19,
text: `${'复购级差收益'}(¥)`,
text: `${'复购级差收益'}`,
checked: false,
prop: 'repurRangeBonus',
total: 'repurRangeBonusSum'
},
{
id: 20,
text: `${'复购拓展收益'}(¥)`,
text: `${'复购拓展收益'}`,
checked: false,
prop: 'repurOrgBonus',
total: 'repurOrgBonusSum'
},
{
id: 'repurLeaderBonus',
text: `${'复购辅导收益'}(¥)`,
text: `${'复购辅导收益'}`,
checked: false,
prop: 'repurLeaderBonus',
total: 'repurLeaderBonusSum'
},
{
id: 21,
text: `${'首购拨出金额'}(¥)`,
text: `${'首购拨出金额'}`,
checked: false,
prop: 'mainBonus',
total: 'mainBonusSum'
@ -322,7 +308,7 @@ export default {
},
{
id: 23,
text: `${'复购拨出金额'}(¥)`,
text: `${'复购拨出金额'}`,
checked: false,
prop: 'repurBonus',
total: 'repurBonusSum'
@ -336,7 +322,7 @@ export default {
},
{
id: 25,
text: `${'总拨出金额'}(¥)`,
text: `${'总拨出金额'}`,
checked: false,
prop: 'totalBonus',
total: 'totalBonusSum'

View File

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