From 27684b724265258c45d587006fd464ad97397dfe Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期三, 18 九月 2024 10:39:21 +0800
Subject: [PATCH] #

---
 zy-acs-flow/src/i18n/en.js |   23 +++++++++++++++++++++--
 1 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index e67fc31..a99f8a3 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -122,7 +122,7 @@
         travel: 'Travel',
         segment: 'Segment',
         jam: 'Jam',
-
+        action: 'Action',
     },
     table: {
         field: {
@@ -474,7 +474,26 @@
                 duration: "duration",
                 state: "state",
             },
-
+            action: {
+                uuid: "uuid",
+                groupId: "group no",
+                busId: "bus",
+                taskId: "task",
+                seqNum: "seq num",
+                priority: "priority",
+                name: "name",
+                val: "val",
+                code: "code",
+                params: "params",
+                actionType: "action type",
+                actionSts: "action status",
+                agvId: "agv",
+                ioTime: "io time",
+                startTime: "start time",
+                endTime: "end time",
+                errTime: "err time",
+                errDesc: "error",
+            },
         }
     }
 };

--
Gitblit v1.9.1