From 40631662724428b7908798a23829bb42d5fbfa3e Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Thu, 30 Oct 2025 10:45:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=B9=B3=E5=8F=B0=E6=94=BF=E7=AD=96?= =?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/locales/ar.json | 2 ++ src/locales/en.json | 2 ++ src/locales/zh.json | 2 ++ src/views/PlatformPolicyView.vue | 47 ++++++++++++++++++++++---------- 4 files changed, 38 insertions(+), 15 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 025f8b0..af989e6 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -130,6 +130,8 @@ "basic_salary": "الراتب الأساسي", "reward_amount": "جائزة النشاط", + "no_policy_data_available": "لا توجد بيانات سياسة متاحة", + "application_record_not_found": "Application record not found", "application_processed_cannot_cancel": "Application has been processed and cannot be canceled", "cancellation_failed_try_again": "Cancellation failed, please try again", diff --git a/src/locales/en.json b/src/locales/en.json index 143d130..d3b878a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -130,6 +130,8 @@ "basic_salary": "Basic Salary", "reward_amount": "Reward Amount", + "no_policy_data_available": "No policy data available", + "application_record_not_found": "Application record not found", "application_processed_cannot_cancel": "Application has been processed and cannot be canceled", "cancellation_failed_try_again": "Cancellation failed, please try again", diff --git a/src/locales/zh.json b/src/locales/zh.json index 4403d11..d91e078 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -130,6 +130,8 @@ "basic_salary": "基础薪资", "reward_amount": "活动奖金", + "no_policy_data_available": "无可用政策数据", + "application_record_not_found": "申请记录未找到", "application_processed_cannot_cancel": "申请已被处理,无法取消", "cancellation_failed_try_again": "取消失败,请重试", diff --git a/src/views/PlatformPolicyView.vue b/src/views/PlatformPolicyView.vue index 43693f6..ce96a5b 100644 --- a/src/views/PlatformPolicyView.vue +++ b/src/views/PlatformPolicyView.vue @@ -1,6 +1,13 @@