From 47089566e4d052a00075c97576c7d0078bae8769 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 23 May 2025 13:49:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(topPerformanceTotal):=20=E9=A1=B6=E7=82=B9?= =?UTF-8?q?=E5=A5=96=E9=87=91=E6=8B=A8=E6=AF=94=E5=88=97=E8=A1=A8=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementCenter/topPerformance/index.vue | 118 ++---------------- 1 file changed, 8 insertions(+), 110 deletions(-) diff --git a/src/views/settlementCenter/topPerformance/index.vue b/src/views/settlementCenter/topPerformance/index.vue index 7b8ff11..ff4b012 100644 --- a/src/views/settlementCenter/topPerformance/index.vue +++ b/src/views/settlementCenter/topPerformance/index.vue @@ -79,40 +79,6 @@ - -
@@ -124,19 +90,6 @@ > {{ '导出' }}
-
@@ -157,7 +110,7 @@ v-if="item.id != 0" :key="item.id" align="center" - width="120" + min-width="140" :prop="item.prop" :label="item.text" > @@ -283,20 +236,6 @@ export default { prop: 'mainUpAmount', total: 'mainUpAmountSum' }, - { - id: 5, - text: `${'云代注册'}(¥)`, - checked: true, - prop: 'agentRegAmount', - total: 'agentRegAmountSum' - }, - { - id: 6, - text: `${'云代升级'}(¥)`, - checked: true, - prop: 'agentUpAmount', - total: 'agentUpAmountSum' - }, { id: 7, text: `${'首购金额'}(¥)`, @@ -304,13 +243,6 @@ export default { prop: 'firstPurchaseAll', total: 'firstPurchaseAllSum' }, - { - id: 30, - text: `能量舱金额(¥)`, - checked: true, - prop: 'energyAmountAll', - total: 'energyAmountAllSum' - }, { id: 8, text: `${'直推收益'}(¥)`, @@ -332,13 +264,6 @@ export default { prop: 'leaderBonus', total: 'leaderBonusSum' }, - { - id: 11, - text: `${'分红收益'}(¥)`, - checked: true, - prop: 'shareBonus', - total: 'shareBonusSum' - }, { id: 12, text: `${'服务补贴'}(¥)`, @@ -346,27 +271,6 @@ export default { prop: 'serviceBonus', total: 'serviceBonusSum' }, - { - id: 13, - text: `${'云代直推'}(¥)`, - checked: true, - prop: 'agentIntroduceBonus', - total: 'agentIntroduceBonusSum' - }, - { - id: 14, - text: `${'云代首购'}(¥)`, - checked: true, - prop: 'agentFirstAmount', - total: 'agentFirstAmountSum' - }, - { - id: 15, - text: `${'云代复购'}(¥)`, - checked: true, - prop: 'agentRepurAmount', - total: 'agentRepurAmountSum' - }, { id: 16, text: `${'复购专区'}(¥)`, @@ -374,19 +278,6 @@ export default { prop: 'mainRepurAmount', total: 'mainRepurAmountSum' }, - { - id: 17, - text: `${'海粉专区'}(¥)`, - checked: true, - prop: 'hifansRegAmount', - total: 'hifansRegAmountSum' - }, - // { - // id: 16, - // text: `${'云代复购'}(¥)`, - // checked: false, - // prop: 'agentRepurAmount', - // }, { id: 18, text: `${'复购金额'}(¥)`, @@ -408,6 +299,13 @@ export default { prop: 'repurOrgBonus', total: 'repurOrgBonusSum' }, + { + id: 'repurLeaderBonus', + text: `${'复购辅导收益'}(¥)`, + checked: false, + prop: 'repurLeaderBonus', + total: 'repurLeaderBonus' + }, { id: 21, text: `${'首购拨出金额'}(¥)`,