From 4052c53118b367e2eab132be9996000b350e0b91 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Tue, 25 Nov 2025 11:04:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(BD=E3=80=81BDLeader):=20=E5=AF=B9=E2=80=9C?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E4=B8=AD=E2=80=9D=E7=8A=B6=E6=80=81=E7=9A=84?= =?UTF-8?q?=E6=94=B6=E7=9B=8A=E4=BF=A1=E6=81=AF=E5=AF=B9=E6=8E=A5=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/BDCenter/index.vue | 10 +++++++--- src/views/BDLeaderCenter/index.vue | 10 +++++++--- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/views/BDCenter/index.vue b/src/views/BDCenter/index.vue index c6a80b3..33bfc5f 100644 --- a/src/views/BDCenter/index.vue +++ b/src/views/BDCenter/index.vue @@ -298,6 +298,8 @@
{{ t('agency_number') }}: {{ income.agencyNumber || 0 }}
+ +
{{ t('team_salary') }}: ${{ income.teamSalaryAmount || 0 }} @@ -308,13 +310,15 @@ }}%)
+ +
- {{ t('team_top_up') }}: ${{ income.teamRechargeAmount }} + {{ t('team_top_up') }}: ${{ income.teamRechargeAmount || 0 }}
- {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{ - income.commissionRate || 0 + {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{ + income.bdRatioRecharge || 0 }}%)
diff --git a/src/views/BDLeaderCenter/index.vue b/src/views/BDLeaderCenter/index.vue index 4ee2b53..c1b56c9 100644 --- a/src/views/BDLeaderCenter/index.vue +++ b/src/views/BDLeaderCenter/index.vue @@ -457,6 +457,8 @@
{{ t('agency_number') }}: {{ income.agencyNumber || 0 }}
+ +
{{ t('team_salary') }}: ${{ income.teamSalaryAmount || 0 }} @@ -467,13 +469,15 @@ }}%)
+ +
- {{ t('team_top_up') }}: ${{ income.teamRechargeAmount }} + {{ t('team_top_up') }}: ${{ income.teamRechargeAmount || 0 }}
- {{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{ - income.commissionRate || 0 + {{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{ + income.bdRatioRecharge || 0 }}%)