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