Compare commits

...

2 Commits

Author SHA1 Message Date
woody 5e0f6fe6c9 Merge branch 'dev' of 47.94.45.65:angelo/web-zk-admin into test 2025-10-13 10:51:36 +08:00
cabbage fa46c833ff ## 奖金拨比汇总; 2025-10-13 10:50:22 +08:00
1 changed files with 22 additions and 36 deletions

View File

@ -240,67 +240,53 @@ export default {
prop: 'memberName'
},
{
text: `${'首购金额'}(¥)`,
prop: 'firstPurchaseAll'
text: `${'精品专区金额'}`,
prop: 'mainRegAmount'
},
{
text: `首购金额占比(%)`,
prop: 'firstPurchaseRatio'
},
{
text: `首购奖金(¥)`,
text: `精品专区奖金`,
prop: 'mainBonus'
},
{
text: `首购金额拨比(%)`,
text: `精品专区拨比(%)`,
prop: 'mainBonusRate'
},
{
text: '首购PV拨比(%)',
prop: 'mainBonusPvRate'
text: `${'商城专区金额'}`,
prop: 'mainRepurAmount'
},
{
text: '直推拨比(%)',
prop: 'introduceBonusRate'
text: `商城专区奖金`,
prop: 'mainRepurBonus'
},
{
text: '拓展拨比(%)',
prop: 'orgBonusRate'
text: `商城专区拨比(%)`,
prop: 'mainRepurBonusRate'
},
{
text: '服务补贴拨比(%)',
prop: 'serviceBonusRate'
},
{
text: '复购金额(¥)',
prop: 'repurchaseAllAmount'
text: `${'五折专区金额'}`,
prop: 'retailConsumeAmount'
},
{
text: '复购奖金(¥)',
prop: 'repurBonus'
text: `五折专区奖金`,
prop: 'retailConsumeBonus'
},
{
text: '复购金额拨比(%)',
prop: 'repurBonusRate'
text: `五折专区拨比(%)`,
prop: 'retailConsumeBonusRate'
},
{
text: '复购PV拨比(%)',
prop: 'repurBonusPvRate'
text: `合计金额`,
prop: 'totalAmount'
},
{
text: `拓展平均碰次`,
prop: 'orgAvTouch'
text: `${'总拨出金额'}`,
prop: 'totalBonus'
},
{
text: `拓展最高碰次`,
prop: 'orgMaxTouch'
text: `总拨出比例(%)`,
prop: 'totalBonusRate'
},
{
text: `拓展封顶人数`,
prop: 'orgTopNumber'
}
],
creationTime: [],
creationTime1: [],