From 89a13e90cac6f9b40bfb755742aec21f524dc31f Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 26 九月 2024 11:08:44 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index 052b4cf..7d869f0 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -434,7 +434,8 @@ busSts: "bus status", phase: "phase", taskList: "task list", - tasksNum: "tasks number", + tasksNum: "rest tasks", + tasksNumTotal: "total tasks", }, task: { uuid: "uuid", @@ -457,7 +458,7 @@ destCode: "dest code", emptyMk: "empty mk", zpallet: "zpallet", - phase: "phase", + phase: "ideal path", errDesc: "error", oriDesc: "origin", destDesc: "destination", @@ -473,7 +474,7 @@ }, segment: { uuid: "uuid", - groupId: "group no", + groupId: "group", travelId: "travel", taskId: "task", agvId: "agv", @@ -483,6 +484,7 @@ posType: "type", backpack: "backpack", state: "state", + segDesc: "seg no", }, jam: { uuid: "uuid", @@ -503,7 +505,7 @@ }, action: { uuid: "uuid", - groupId: "group no", + groupId: "group", busId: "bus", taskId: "task", seqNum: "seq num", @@ -560,6 +562,16 @@ } } }, + segment: { + enums: { + state: { + init: 'INIT', + waiting: 'WAITING', + running: 'RUNNING', + finish: 'FINISH', + }, + }, + }, } }; -- Gitblit v1.9.1