From 2b28b0b7aaf2174833c36a54b19fc8ec1c2910ac Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Wed, 19 Nov 2025 14:58:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(bd=E3=80=81bdleader=E4=B8=AD=E5=BF=83):=20?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=B1=95=E7=A4=BA=E6=95=B0=E6=8D=AE=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BDCenter/index.vue | 8 ++++---- src/views/BDLeaderCenter/index.vue | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/BDCenter/index.vue b/src/views/BDCenter/index.vue index 8ccd705..d5324a3 100644 --- a/src/views/BDCenter/index.vue +++ b/src/views/BDCenter/index.vue @@ -312,8 +312,8 @@ {{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{ - income.bdRatioRecharge || 0 + {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{ + income.commissionRate || 0 }}%)
@@ -329,8 +329,8 @@ {{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{ - income.bdRatioRecharge || 0 + {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{ + income.commissionRate || 0 }}%)
diff --git a/src/views/BDLeaderCenter/index.vue b/src/views/BDLeaderCenter/index.vue index ffac6ef..3bcc787 100644 --- a/src/views/BDLeaderCenter/index.vue +++ b/src/views/BDLeaderCenter/index.vue @@ -471,8 +471,8 @@ {{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{ - income.bdRatioRecharge || 0 + {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{ + income.commissionRate || 0 }}%)
@@ -488,8 +488,8 @@ {{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
- {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{ - income.bdRatioRecharge || 0 + {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{ + income.commissionRate || 0 }}%)