From 22bc2d3898da692d4f0ad038198aab4d24f7d08b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Mon, 3 Nov 2025 14:56:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8F=90=E7=8E=B0=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2):=20=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84?= =?UTF-8?q?=E5=A4=B4=E9=83=A8=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=AF=B9=E6=8E=A5?= =?UTF-8?q?=E8=AF=AD=E8=A8=80=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD=E5=B9=B6?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 5 ++- src/locales/en.json | 5 ++- src/locales/zh.json | 5 ++- src/views/Wallet/CashOut/CashOut.vue | 54 +++++++++++++++++----------- src/views/Wallet/CashOut/Details.vue | 30 ++++++++++++---- 5 files changed, 70 insertions(+), 29 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 7888825..2ce97e8 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -230,5 +230,8 @@ "upload_failed": "فشل التحميل", "please_enter_contact_number": "يرجى إدخال رقم الاتصال", - "invite_user_to_become_bd": "دعوة المستخدم ليصبح BD" + "invite_user_to_become_bd": "دعوة المستخدم ليصبح BD", + + "under_review": "قيد المراجعة", + "approved": "موافق عليه" } diff --git a/src/locales/en.json b/src/locales/en.json index d7a8ac0..329659e 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -230,5 +230,8 @@ "upload_failed": "Upload failed", "please_enter_contact_number": "Please enter contact number", - "invite_user_to_become_bd": "Invite User To Become BD" + "invite_user_to_become_bd": "Invite User To Become BD", + + "under_review": "Under review", + "approved": "Approved" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 345b962..c007cf8 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -230,5 +230,8 @@ "upload_failed": "上传失败", "please_enter_contact_number": "请输入联系电话", - "invite_user_to_become_bd": "邀请用户成为BD" + "invite_user_to_become_bd": "邀请用户成为BD", + + "under_review": "审核中", + "approved": "已批准" } diff --git a/src/views/Wallet/CashOut/CashOut.vue b/src/views/Wallet/CashOut/CashOut.vue index 2b23773..45428c4 100644 --- a/src/views/Wallet/CashOut/CashOut.vue +++ b/src/views/Wallet/CashOut/CashOut.vue @@ -1,12 +1,15 @@ +// src/views/Wallet/CashOut/CashOut.vue