diff --git a/src/locales/ar.json b/src/locales/ar.json index d1f8544..faf64e6 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -103,6 +103,7 @@ "transaction_records": "سجلات المعاملات", "bd_center": "مركز bd", "bd_leader_center": "مركز القيادة BD", + "number_of_bd": "عدد BD", "total_team_salary": "إجمالي الراتب للفريق", "last_month": "الشهر الماضي", "this_month": "هذا الشهر", diff --git a/src/locales/en.json b/src/locales/en.json index 72e38b5..7c106e5 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -103,6 +103,7 @@ "transaction_records": "Transaction records", "bd_center": "BD Center", "bd_leader_center": "BD Leader Center", + "number_of_bd": "Number of BD", "total_team_salary": "Team total salary", "last_month": "Last month", "this_month": "This month", diff --git a/src/locales/zh.json b/src/locales/zh.json index 35eb0f5..59d672a 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -103,6 +103,7 @@ "transaction_records": "交易记录", "bd_center": "BD中心", "bd_leader_center": "BD中心", + "number_of_bd": "BD数量", "total_team_salary": "团队总工资", "last_month": "上个月", "this_month": "这个月", diff --git a/src/views/BDLeaderCenter/index.vue b/src/views/BDLeaderCenter/index.vue index 9eae4c3..b391155 100644 --- a/src/views/BDLeaderCenter/index.vue +++ b/src/views/BDLeaderCenter/index.vue @@ -335,7 +335,9 @@ margin-bottom: 8px; " > -
Number of BD:0
+
+ {{ t('number_of_bd') }}: {{ BDLeaderData.memberCount }} +
{{ t('total_team_salary') }}: ${{ BDLeaderData.totalSalary }}