From 5aff81b761c264f799e568b294ccf7d3d07f19ae Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 16 Apr 2026 17:07:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=BB=E6=92=AD=E3=80=81=E4=BB=A3?= =?UTF-8?q?=E7=90=86=E7=9A=84=E6=8F=90=E7=8E=B0=E6=98=8E=E7=BB=86=E9=A1=B5?= =?UTF-8?q?):=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=EF=BC=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E7=8A=B6=E6=80=81=E7=9A=84=E8=AF=AD=E8=A8=80=E7=BF=BB?= =?UTF-8?q?=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Wallet/Detail/InformationDetails.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/Wallet/Detail/InformationDetails.vue b/src/views/Wallet/Detail/InformationDetails.vue index 2121065..5253a90 100644 --- a/src/views/Wallet/Detail/InformationDetails.vue +++ b/src/views/Wallet/Detail/InformationDetails.vue @@ -60,7 +60,7 @@ : 'linear-gradient(248deg, #FF7578 5.66%, #FF3D40 42.49%)', }" > - {{ transaction.withdrawStatus }} + {{ t(transaction.withdrawStatus) }} @@ -147,11 +147,11 @@ const fetchData = async () => { } if (item.details.latestApprovalStatus == 'SUBMIT') { - withdrawStatus = 'Under review' + withdrawStatus = 'under_review' } else if (item.details.latestApprovalStatus == 'PASS') { - withdrawStatus = 'Approved' + withdrawStatus = 'approved' } else if (item.details.latestApprovalStatus == 'NOT_PASS') { - withdrawStatus = 'Rejection' + withdrawStatus = 'rejection' } break default: @@ -392,7 +392,7 @@ onMounted(() => { /* RTL支持 */ [dir='rtl'] .transaction-content { - flex-direction: row-reverse; + /* flex-direction: row-reverse; */ } [dir='rtl'] .transaction-info {