From c1f03711c7db7b5780a31fd277dfea2e4210005a Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 26 九月 2024 13:25:06 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 26 ++++++++++++++++++++++++-- 1 files changed, 24 insertions(+), 2 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 3c99ec7..dfa4d7a 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -64,6 +64,7 @@ }, loadMore: 'Load More Data', complete: 'Complete', + deprecated: 'Deprecated', }, msg: { confirm: { @@ -474,7 +475,7 @@ }, segment: { uuid: "uuid", - groupId: "group no", + groupId: "group", travelId: "travel", taskId: "task", agvId: "agv", @@ -484,6 +485,7 @@ posType: "type", backpack: "backpack", state: "state", + segDesc: "seg no", }, jam: { uuid: "uuid", @@ -504,7 +506,7 @@ }, action: { uuid: "uuid", - groupId: "group no", + groupId: "group", busId: "bus", taskId: "task", seqNum: "seq num", @@ -561,6 +563,26 @@ } } }, + segment: { + enums: { + state: { + init: 'INIT', + waiting: 'WAITING', + running: 'RUNNING', + finish: 'FINISH', + }, + }, + }, + jam: { + enums: { + state: { + running: 'RUNNING', + finish: 'FINISH', + fail: 'FAIL', + deprecated: 'DEPRECATED', + }, + }, + }, } }; -- Gitblit v1.9.1