feat(topPerformanceTotal): 移除无用字段

This commit is contained in:
woody 2025-05-23 16:15:25 +08:00
parent 8144ec104d
commit d9d407d61e
1 changed files with 1 additions and 13 deletions

View File

@ -162,7 +162,7 @@
v-for="(item, index) in menuList"
:key="index"
align="center"
width="120"
min-width="140"
:prop="item.prop"
:label="item.text"
>
@ -243,18 +243,6 @@ export default {
text: `${'首购金额'}(¥)`,
prop: 'firstPurchaseAll'
},
{
text: `首购金额占比(%)`,
prop: 'firstPurchaseRatio'
},
{
text: `能量舱金额(¥)`,
prop: 'energyAmountAll'
},
{
text: `能量舱金额占比(%)`,
prop: 'energyAmountRatio'
},
{
text: `首购奖金(¥)`,
prop: 'mainBonus'