From 5b3337a32d0df088737a19ba9b65d80d6323ed42 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 11 Dec 2025 19:59:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E6=88=91=E7=9A=84rechargeAgency=E5=9B=A2?= =?UTF-8?q?=E9=98=9F=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2):=20=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E9=98=BF=E8=AF=AD=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 7 ++++++- src/locales/en.json | 7 ++++++- src/locales/zh.json | 7 ++++++- src/views/AdminCenter/MyRechargeAgency.vue | 21 ++++++++++++++------- 4 files changed, 32 insertions(+), 10 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 548b74c..61f1936 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -395,5 +395,10 @@ "agency_id_label": "معرف الوكالة:", "number_of_hosts_personnel_label": "عدد موظفي المضيفين:", "host_label": "المضيف:", - "host_income_label": "دخل المضيف:" + "host_income_label": "دخل المضيف:", + + "my_linked_recharge_agent": "وكيل الشحن المرتبط بي", + "my_total_income": "إجمالي دخلي:", + "this_period_recharge": "إعادة الشحن لهذه الفترة:", + "recharge_agency_list": "قائمة وكيل إعادة الشحن:" } diff --git a/src/locales/en.json b/src/locales/en.json index 83b4a90..5f72c6c 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -395,5 +395,10 @@ "agency_id_label": "Agency's lD:", "number_of_hosts_personnel_label": "Number Of Hosts Personnel:", "host_label": "Host:", - "host_income_label": "Host income:" + "host_income_label": "Host income:", + + "my_linked_recharge_agent": "My linked recharge agent", + "my_total_income": "My total income:", + "this_period_recharge": "This period's recharge:", + "recharge_agency_list": "Recharge Agency List:" } diff --git a/src/locales/zh.json b/src/locales/zh.json index d038728..50fe865 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -395,5 +395,10 @@ "agency_id_label": "代理ID:", "number_of_hosts_personnel_label": "主播人员数量:", "host_label": "主播:", - "host_income_label": "主播收入:" + "host_income_label": "主播收入:", + + "my_linked_recharge_agent": "我关联的充值代理", + "my_total_income": "我的总收入:", + "this_period_recharge": "本期充值:", + "recharge_agency_list": "充值代理列表:" } diff --git a/src/views/AdminCenter/MyRechargeAgency.vue b/src/views/AdminCenter/MyRechargeAgency.vue index 80683bc..e9ca862 100644 --- a/src/views/AdminCenter/MyRechargeAgency.vue +++ b/src/views/AdminCenter/MyRechargeAgency.vue @@ -3,7 +3,8 @@