feat(topPerformanceTotal): 移除无用字段
This commit is contained in:
parent
8144ec104d
commit
d9d407d61e
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue