From b01723592cc0e6a9702dea57fb176a465c5ee45c Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期四, 23 十月 2025 13:18:34 +0800
Subject: [PATCH] 仓储设备图色块修改,element组件国际化语言添加

---
 UI-Project/src/lang/en.js |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/UI-Project/src/lang/en.js b/UI-Project/src/lang/en.js
index 10c12ef..c90897c 100644
--- a/UI-Project/src/lang/en.js
+++ b/UI-Project/src/lang/en.js
@@ -33,6 +33,11 @@
         titleLast: ' to use NorthGlass MES system锛�',
         quit: "Exit",
     },
+    timeRange: {
+        week: 'Last week',
+        month: 'Last month',
+        threeMonths: 'Last three months',
+    },
     basicData: {
         untask: 'No task',
         tonumber: 'Total number of films uploaded',
@@ -658,7 +663,7 @@
         resetnumber: 'Shelf number',
         fail: 'fail',
         mes: 'Original film storage details',
-        warehousing: 'store',
+        warehousing: 'Original film information entry',
         pwarehousing: 'Inventory request',
         wareout: 'Original film outbound',
         information: 'Whether to release this information from the warehouse锛�',

--
Gitblit v1.8.0