From ce1219790b72f36cf9aad46f72f72635917008b9 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期六, 14 九月 2024 08:46:59 +0800 Subject: [PATCH] # --- zy-acs-flow/src/i18n/en.js | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js index b41e3df..211f96a 100644 --- a/zy-acs-flow/src/i18n/en.js +++ b/zy-acs-flow/src/i18n/en.js @@ -98,6 +98,7 @@ sta: 'Station', codeGap: 'Code Gap', route: 'Route', + funcSta: 'Function Station', }, table: { field: { @@ -248,6 +249,16 @@ codeDataArr: "code arr data", direction: "direction", }, + funcSta: { + uuid: "uuid", + zoneId: "zone", + agvId: "agv", + name: "name", + type: "type", + code: "code", + angle: "angle", + state: "state", + }, } } }; -- Gitblit v1.9.1