From 2f9b947344a9218390b30dd2d5d141c1f6d319b9 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期五, 07 十一月 2025 08:17:41 +0800
Subject: [PATCH] 仓储异常情况断联,任务无法执行,添加clear按钮可手动清除异常状态任务,

---
 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