From e1272fc62b4a8fc075ffb7af3d4ee3d11ab495d3 Mon Sep 17 00:00:00 2001
From: chengxiangling <291105840@qq.com>
Date: 星期一, 12 五月 2025 10:00:42 +0800
Subject: [PATCH] 有风险无风险i18n字段

---
 src/utils/i18n/locales/plan/index.js |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/utils/i18n/locales/plan/index.js b/src/utils/i18n/locales/plan/index.js
index 90ec9e8..10ae261 100644
--- a/src/utils/i18n/locales/plan/index.js
+++ b/src/utils/i18n/locales/plan/index.js
@@ -10,6 +10,8 @@
   options: {
     monthlyStatic: "鎸夋湀缁熻",
     dailyStatic: "鎸夋棩缁熻",
+    hasRisk:"鏈夐闄�",
+    noRisk:"鏃犻闄�"
   },
   message: {
     update: "鏁版嵁鏇存柊鎴愬姛",
@@ -184,6 +186,8 @@
   options: {
     monthlyStatic: "Monthly statistics",
     dailyStatic: "Daily statistics",
+    hasRisk:"At Risk",
+    noRisk:"No Risk"
   },
   message: {
     update: "Data update successful",

--
Gitblit v1.9.3