From efe4054e4b20056201536f0987bda9e0c5e44020 Mon Sep 17 00:00:00 2001 From: cabbage <281119120@qq.com> Date: Sat, 11 Oct 2025 17:50:56 +0800 Subject: [PATCH 1/2] =?UTF-8?q?##=20=E5=A5=96=E9=87=91=E6=8B=A8=E6=AF=94?= =?UTF-8?q?=E5=88=97=E8=A1=A8=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../settlementCenter/topPerformance/index.vue | 369 ++++++++---------- 1 file changed, 157 insertions(+), 212 deletions(-) diff --git a/src/views/settlementCenter/topPerformance/index.vue b/src/views/settlementCenter/topPerformance/index.vue index ee42d76..18f04e6 100644 --- a/src/views/settlementCenter/topPerformance/index.vue +++ b/src/views/settlementCenter/topPerformance/index.vue @@ -210,26 +210,6 @@ export default { data() { return { loading: false, - typeList: [ - { - value: 0, - label: '前台' - }, - { - value: 1, - label: '后台' - } - ], - digList: [ - { - value: 0, - label: '允许' - }, - { - value: 1, - label: '禁止' - } - ], menuList: [ { id: 0, @@ -254,69 +234,147 @@ export default { checked: false, prop: 'creationTime' }, - // { - // id: 2, - // text: '隶属团队', - // checked: true, - // prop: "teamName", - // }, - // { - // id: 28, - // text: "首购PV拨比(%)", - // checked: true, - // prop: "mainBonusPvRate", - // total: "mainBonusPvRateSum", - // }, - // { - // id: 29, - // text: "复购PV拨比(%)", - // checked: true, - // prop: "repurBonusPvRate", - // total: "repurBonusPvRateSum", - // }, { id: 4, - text: `${'注册专区'}`, + text: `${'精品专区'}`, checked: true, prop: 'mainRegAmount', - total: 'mainRegAmountSum' + total: 'mainRegAmount' }, { id: 5, - text: `${'升级专区'}`, + text: `${'商城专区'}`, checked: true, - prop: 'mainUpAmount', - total: 'mainUpAmountSum' + prop: 'mainRepurAmount', + total: 'mainRepurAmount' }, - // { - // id: 5, - // text: `${'云代注册'}(¥)`, - // checked: true, - // prop: "agentRegAmount", - // total: "agentRegAmountSum", - // }, - // { - // id: 6, - // text: `${'云代升级'}(¥)`, - // checked: true, - // prop: "agentUpAmount", - // total: "agentUpAmountSum", - // }, { id: 6, - text: `${'首购金额'}(¥)`, + text: `${'五折专区'}`, checked: true, - prop: 'firstPurchaseAll', - total: 'firstPurchaseAllSum' + prop: 'retailConsumeAmount', + total: 'retailConsumeAmount' + }, + { + id: 7, + text: `${'合计金额'}`, + checked: false, + prop: 'totalAmount', + total: 'totalAmount' + }, + { + id: 8, + text: `${'直推收益'}`, + checked: true, + prop: 'introduceBonus', + total: 'introduceBonus' + }, + { + id: 9, + text: `${'直推收益拨比(%)'}`, + checked: true, + prop: 'introduceBonusRate', + total: 'introduceBonusRate' + }, + { + id: 10, + text: `${'阶段收益'}`, + checked: true, + prop: 'storeIncome', + total: 'storeIncome' + }, + { + id: 11, + text: `${'阶段收益拨比(%)'}`, + checked: true, + prop: 'storeIncomeRate', + total: 'storeIncomeRate' + }, + { + id: 12, + text: `${'精品级差收益'}`, + checked: true, + prop: 'rangeIncome41', + total: 'rangeIncome41' + }, + { + id: 13, + text: `${'精品级差收益拨比(%)'}`, + checked: true, + prop: 'rangeIncome41Rate', + total: 'rangeIncome41Rate' + }, + { + id: 14, + text: `${'精品平级收益'}`, + checked: true, + prop: 'sameLevelIncome41', + total: 'sameLevelIncome41' + }, + { + id: 15, + text: `${'精品平级收益拨比(%)'}`, + checked: true, + prop: 'sameLevelIncome41Rate', + total: 'sameLevelIncome41Rate' + }, + { + id: 16, + text: `${'见点收益'}`, + checked: true, + prop: 'globalPoints', + total: 'globalPoints' + }, + { + id: 17, + text: `${'见点收益拨比(%)'}`, + checked: true, + prop: 'globalPointsRate', + total: 'globalPointsRate' + }, + { + id: 18, + text: `${'商城级差收益'}`, + checked: true, + prop: 'rangeIncome43', + total: 'rangeIncome43' + }, + { + id: 19, + text: `${'商城级差收益拨比(%)'}`, + checked: true, + prop: 'rangeIncome43Rate', + total: 'rangeIncome43Rate' + }, + { + id: 20, + text: `${'商城平级收益'}`, + checked: true, + prop: 'sameLevelIncome43', + total: 'sameLevelIncome43' + }, + { + id: 21, + text: `${'商城平级收益拨比(%)'}`, + checked: true, + prop: 'sameLevelIncome43Rate', + total: 'sameLevelIncome43Rate' + }, + { + id: 22, + text: `${'五折级差收益'}`, + checked: true, + prop: 'rangeIncome47', + total: 'rangeIncome47' + }, + { + id: 23, + text: `${'五折级差收益拨比(%)'}`, + checked: true, + prop: 'rangeIncome47Rate', + total: 'rangeIncome47Rate' }, - // { - // id: 8, - // text: `${'直推收益'}(¥)`, - // checked: true, - // prop: "introduceBonus", - // total: "introduceBonusSum", - // }, // { // id: 9, // text: `${'拓展收益'}(¥)`, @@ -387,41 +445,34 @@ export default { // checked: false, // prop: 'agentRepurAmount', // }, - { - id: 7, - text: `${'复购金额'}(¥)`, - checked: false, - prop: 'mainRepurAmount', - total: 'mainRepurAmountSum' - }, - { - id: 8, - text: `${this.$t('重消金额')}(¥)`, - checked: false, - prop: 'retailConsumeAmount', - total: 'retailConsumeAmountSum' - }, - { - id: 9, - text: `${this.$t('合计金额')}(¥)`, - checked: false, - prop: 'totalAmount', - total: 'totalAmountSum' - }, - { - id: 10, - text: `${this.$t('极差收益')}(¥)`, - checked: false, - prop: 'retailRangeIncome', - total: 'retailRangeIncomeSum' - }, - { - id: 11, - text: '极差收益拨比(%)', - checked: false, - prop: 'retailRangeIncomeRate', - total: 'retailRangeIncomeRateSum' - }, + // { + // id: 7, + // text: `${'复购金额'}(¥)`, + // checked: false, + // prop: 'mainRepurAmount', + // total: 'mainRepurAmountSum' + // }, + // { + // id: 8, + // text: `${this.$t('重消金额')}(¥)`, + // checked: false, + // prop: 'retailConsumeAmount', + // total: 'retailConsumeAmountSum' + // }, + // { + // id: 10, + // text: `${this.$t('极差收益')}(¥)`, + // checked: false, + // prop: 'retailRangeIncome', + // total: 'retailRangeIncomeSum' + // }, + // { + // id: 11, + // text: '极差收益拨比(%)', + // checked: false, + // prop: 'retailRangeIncomeRate', + // total: 'retailRangeIncomeRateSum' + // }, // { // id: 12, // text: `${this.$t("平级收益")}(¥)`, @@ -429,105 +480,6 @@ export default { // prop: "retailSameLevelIncome", // total: "retailSameLevelIncomeSum", // }, - { - id: 12, - text: `${this.$t('平级收益V1-V4')}(¥)`, - checked: false, - prop: 'retailSameLevelIncomeV1V4', - total: 'retailSameLevelIncomeV1V4Sum' - }, - { - id: 13, - text: `${this.$t('平级收益V1-V4拨比')}(%)`, - checked: false, - prop: 'retailSameLevelIncomeV1V4Rate', - total: 'sameLevelIncomeV1V4RateSum' - }, - { - id: 14, - text: `${this.$t('平级收益V5')}(¥)`, - checked: false, - prop: 'retailSameLevelIncomeV5', - total: 'retailSameLevelIncomeV5Sum' - }, - { - id: 15, - text: `${this.$t('平级收益V5拨比')}(%)`, - checked: false, - prop: 'retailSameLevelIncomeV5Rate', - total: 'sameLevelIncomeV5RateSum' - }, - { - id: 16, - text: `${this.$t('区域收益')}(¥)`, - checked: false, - prop: 'retailAreaIncome', - total: 'retailAreaIncomeSum' - }, - { - id: 17, - text: `${this.$t('区域收益拨比')}(%)`, - checked: false, - prop: 'retailAreaIncomeRate', - total: 'retailAreaIncomeRateSum' - }, - - { - id: 18, - text: `${this.$t('福利平均收益')}(¥)`, - checked: false, - prop: 'retailBenefitAvgIncome', - total: 'retailBenefitAvgIncomeSum' - }, - { - id: 19, - text: `${this.$t('福利平均收益拨比')}(%)`, - checked: false, - prop: 'retailBenefitAvgIncomeRate', - total: 'retailBenefitAvgIncomeRateSum' - }, - { - id: 20, - text: `${this.$t('福利加权收益')}(¥)`, - checked: false, - prop: 'retailBenefitIncome', - total: 'retailBenefitIncomeSum' - }, - { - id: 21, - text: `${this.$t('福利加权收益拨比')}(%)`, - checked: false, - prop: 'retailBenefitIncomeRate', - total: 'retailBenefitIncomeRateSum' - }, - { - id: 22, - text: `${this.$t('福利极差收益')}(¥)`, - checked: false, - prop: 'retailBenefitRangeIncome', - total: 'retailBenefitRangeIncomeSum' - }, - { - id: 23, - text: `${this.$t('福利极差收益拨比')}(%)`, - checked: false, - prop: 'retailBenefitRangeIncomeRate', - total: 'benefitRangeIncomeRateSum' - }, - { - id: 24, - text: `${this.$t('商城重消')}(¥)`, - checked: false, - prop: 'backPoints', - total: 'backPointsSum' - }, - { - id: 25, - text: `${this.$t('商城重消拨比')}(%)`, - checked: false, - prop: 'backPointsRate', - total: 'backPointsRateSum' - }, // { // id: 19, // text: `${'复购极差收益'}(¥)`, @@ -575,22 +527,15 @@ export default { text: `${'总拨出金额'}(¥)`, checked: false, prop: 'totalBonus', - total: 'totalBonusSum' + total: 'totalBonus' }, { id: 27, text: '总拨出比例' + '(%)', checked: false, prop: 'totalBonusRate', - total: 'totalBonusRateSum' + total: 'totalBonusRate' } - - // { - // id: 28, - // text: '截止日期', - // checked: false, - // prop: 'endDate', - // }, ], creationTime: [], creationTime1: [], From 9ff003c89e2b8c5be4ec7adc154069590501a291 Mon Sep 17 00:00:00 2001 From: woody Date: Sat, 11 Oct 2025 17:56:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat(router):=20=E6=B3=A8=E9=87=8A=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E9=85=8D=E7=BD=AE=20=E9=A1=B6=E7=82=B9=E5=A5=96?= =?UTF-8?q?=E9=87=91=E6=8B=A8=E6=AF=94=E4=B8=9A=E7=BB=A9=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E3=80=81=E4=B8=AA=E4=BA=BA=E4=BC=9E=E4=B8=8B=E6=8B=A8=E6=AF=94?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 3679365..aef5151 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -732,25 +732,25 @@ export const constantRoutes = [ meta: { title: '顶点奖金拨比汇总' }, hidden: true }, - { - path: 'topPerformancepv', - name: 'TopPerformancepv', - component: () => import('@/views/settlementCenter/topPerformancepv/index'), - meta: { title: '顶点奖金拨比业绩统计' }, - hidden: true - }, - { - path: 'lenTopPerformance', - name: 'LenTopPerformance', - component: () => import('@/views/settlementCenter/lenTopPerformance/index'), - meta: { title: '乐享顶点奖金拨比列表' } - }, - { - path: 'personalAllocation', - name: 'PersonalAllocation', - component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'), - meta: { title: '个人伞下拨比查询' } - }, + // { + // path: 'topPerformancepv', + // name: 'TopPerformancepv', + // component: () => import('@/views/settlementCenter/topPerformancepv/index'), + // meta: { title: '顶点奖金拨比业绩统计' }, + // hidden: true + // }, + // { + // path: 'lenTopPerformance', + // name: 'LenTopPerformance', + // component: () => import('@/views/settlementCenter/lenTopPerformance/index'), + // meta: { title: '乐享顶点奖金拨比列表' } + // }, + // { + // path: 'personalAllocation', + // name: 'PersonalAllocation', + // component: () => import('@/views/settlementCenter/performanceRatio/personalAllocation'), + // meta: { title: '个人伞下拨比查询' } + // }, { path: 'sourceBonus', name: 'sourceBonus',