fix(topPerformaceTotal): 列表字段取值问题修复 bug-329
This commit is contained in:
parent
aac9df77e8
commit
0b78ad661b
|
@ -301,13 +301,13 @@ export default {
|
|||
},
|
||||
{
|
||||
|
||||
text: `${'复购见点收益'}`,
|
||||
prop: 'globalPointsBonus'
|
||||
text: `${'复购见点拨比(%)'}`,
|
||||
prop: 'globalPointsBonusRate'
|
||||
},
|
||||
{
|
||||
|
||||
text: `${'复购区域收益'}`,
|
||||
prop: 'storeIncomeBonus'
|
||||
text: `${'复购区域拨比(%)'}`,
|
||||
prop: 'storeIncomeBonusRate'
|
||||
},
|
||||
{
|
||||
text: `拓展平均碰次`,
|
||||
|
|
Loading…
Reference in New Issue