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
}}%)