From 1496904805dff921b79504ed29a71d297a84e674 Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 21 十月 2025 11:14:07 +0800
Subject: [PATCH] 中空线-创建任务-领取任务确认按钮,前端限制避免多次调用接口

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

diff --git a/UI-Project/src/lang/en.js b/UI-Project/src/lang/en.js
index 134bcfd..20dfcf7 100644
--- a/UI-Project/src/lang/en.js
+++ b/UI-Project/src/lang/en.js
@@ -804,7 +804,11 @@
         finegrinding: 'Fine grinding',
     },
     hellow: {
-        Content:'鍐呭',
+        taskAlreadyClaimed: 'This task has already been claimed and cannot be performed again.',
+        claimed: 'Already claimed',
+        claimFailed: 'Failed to receive task',
+        claimedTasksCleared: 'The received task status has been cleared',
+        Content:'Content',
         idSame:'The glass ID for the entry task is the same',
         sizeSame:'There are glass pieces of the same specification inside the cage',
         projectMsg2:'Please select a label template',

--
Gitblit v1.8.0