Loading...
+{{ t('loading') }}...
No data available
+{{ t('no_data_available') }}
From c11d7f4d1b4283433f7b2a032a055b30f614324d Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 10:35:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8E=86=E5=8F=B2=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E9=A1=B5):=20=E4=BD=BF=E7=94=A8=E6=96=B0=E7=9A=84=E5=A4=B4?= =?UTF-8?q?=E9=83=A8=E7=BB=84=E4=BB=B6=EF=BC=8C=E5=AF=B9=E6=8E=A5=E8=AF=AD?= =?UTF-8?q?=E8=A8=80=E5=88=87=E6=8D=A2=E5=8A=9F=E8=83=BD=E5=B9=B6=E8=B0=83?= =?UTF-8?q?=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/components/GeneralHeader.vue | 41 ++++++----- src/components/HostCenter/workReportBox.vue | 15 ++-- src/locales/ar.json | 2 +- src/locales/en.json | 2 +- src/locales/zh.json | 2 +- src/views/HistorySalaryView.vue | 78 +++++++++++++-------- 6 files changed, 83 insertions(+), 57 deletions(-) diff --git a/src/components/GeneralHeader.vue b/src/components/GeneralHeader.vue index c8ff3fe..cb848e1 100644 --- a/src/components/GeneralHeader.vue +++ b/src/components/GeneralHeader.vue @@ -14,7 +14,7 @@ " > -
Loading...
+{{ t('loading') }}...
No data available
+{{ t('no_data_available') }}
Shown below is the work report of the members "More" can view more work detailed.
-Status Description:
-(1)Completed: The system has completed the settlement report.
-- (2)Pending: There is currently a dispute, and the system cannot perform a settlement. -
-(3)Out of account: waiting for system verification.
-(4)In progress: work now in progress.
+{{ t('work_report_description') }}
+{{ t('status_description') }}
+{{ t('status_completed') }}
+{{ t('status_pending') }}
+{{ t('status_out_of_account') }}
+{{ t('status_in_progress') }}