Loading...
+{{ t('loading') }}...
No data available
+{{ t('no_data_available') }}
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') }}