+
{{ t('team_recharge') }}: ${{ BDData.totalRecharge || 0 }}
+
+
{{ t('total_team_salary') }}: ${{ BDData.totalSalary || 0 }}
@@ -219,23 +234,19 @@
v-for="BDInfo in BDData.memberBillList"
style="
background-color: white;
- padding: 16px;
+ padding: 10px 16px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
- justify-content: space-between;
+ justify-content: space-around;
+
+ gap: 4px;
"
>
-
+
-
+
+
+
+
{{ BDLeaderData.billTitle }}
+
+
-
- {{ t('team_recharge') }}: ${{ BDLeaderData.totalRecharge }}
-
{{ t('total_team_salary') }}: ${{ BDLeaderData.totalSalary }}
@@ -320,20 +348,26 @@
-
+
+
+
+
+
+
+ Remove This BD >
+
@@ -407,6 +473,7 @@
class="overflow-y-auto"
@click.stop
>
+
{{ currentHistoryType === 'bd' ? t('bd_salary') : t('bd_leader_history') }}
@@ -576,28 +643,42 @@
class="overflow-y-auto"
@click.stop
>
+
{{ SalaryMore.period }}
-
- {{ t('team_recharge') }}: ${{ SalaryMore.teamTotalRecharge }},
- {{ t('total_team_salary') }}: ${{ SalaryMore.teamTotalSalary }}
+
+
+
+
+
+ {{ t('team_recharge') }}: ${{ SalaryMore.teamTotalRecharge }}
+
+
+
+
+ {{ t('total_team_salary') }}: ${{ SalaryMore.teamTotalSalary }}
+
+
+
-
+
+
+
+
{{ SalaryMore.period }}
+
+
{{ t('team_salary') }}: ${{ SalaryMore.teamSalary }}, {{ t('bd_number') }}:{{
SalaryMore.bdNumber
}}
+
+
-