feat(bd、bdleader中心): 接口展示数据调整

This commit is contained in:
hzj 2025-11-19 14:58:20 +08:00
parent 67896b09a4
commit 2b28b0b7aa
2 changed files with 8 additions and 8 deletions

View File

@ -312,8 +312,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
</div>
<div style="font-size: 0.9em">
{{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
income.bdRatioRecharge || 0
{{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
income.commissionRate || 0
}}%)
</div>
</div>
@ -329,8 +329,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
</div>
<div style="font-size: 0.9em">
{{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
income.bdRatioRecharge || 0
{{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
income.commissionRate || 0
}}%)
</div>
</div>

View File

@ -471,8 +471,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
</div>
<div style="font-size: 0.9em">
{{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
income.bdRatioRecharge || 0
{{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
income.commissionRate || 0
}}%)
</div>
</div>
@ -488,8 +488,8 @@
{{ t('team_top_up') }}: ${{ income.teamRechargeAmount }}
</div>
<div style="font-size: 0.9em">
{{ t('bd_income_top_up') }}: ${{ income.bdIncomeRecharge || 0 }} ({{
income.bdRatioRecharge || 0
{{ t('bd_income_top_up') }}: ${{ income.settlementSalary || 0 }} ({{
income.commissionRate || 0
}}%)
</div>
</div>