From 3c32000216972a73cef885933ddb3e5ccc888749 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 13 五月 2025 14:26:13 +0800
Subject: [PATCH] 大屏样式修改,色块个数查询限制为当天

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

diff --git a/UI-Project/src/lang/en.js b/UI-Project/src/lang/en.js
index 9481841..bbb3108 100644
--- a/UI-Project/src/lang/en.js
+++ b/UI-Project/src/lang/en.js
@@ -511,6 +511,33 @@
         createTime: 'Return date',
     },
     large: {
+        loadstart:'Load start',
+        loadend:'Load end',
+        loadtotal: 'Load total',
+        loadfree: 'Load free',
+        loaddiff: 'Load diff',
+        loadnumber: 'Load number',
+        loadarea: 'Load area',
+        tempstart: 'Temp start',
+        tempend: 'Temp end',
+        temptotal: 'Temp total',
+        tempfree: 'Temp free',
+        tempdiff: 'Temp diff',
+        tempstove:  'temp stove',
+        tempnumber: 'Temp number',
+        temparea: 'Temp area',
+        hollowstart: 'Hollow start',
+        hollowend: 'Hollow end',
+        hollowtotal: 'Hollow total',
+        hollowfree: 'Hollow free',
+        hollowdiff: 'Hollow diff',
+        hollownumber: 'Hollow number',
+        hollowEngineer: 'Hollow engineer',
+        hollowtotal: 'Hollow total',
+        hollowarea: 'Hollow area',
+        engineerId: 'Engineer ID',
+        totalnumber: 'Total number',
+        tatalarea: 'Total area',
         statistics: 'Statistics',
         ExporttoExcel:'Export to Excel',
         slice:'slice',

--
Gitblit v1.8.0