From a2423905fd235112c5ece1a7fa013040553806d7 Mon Sep 17 00:00:00 2001 From: g7hoo Date: Thu, 8 Sep 2022 10:46:41 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E8=AE=BE=E5=A4=87=E5=BD=93=E5=89=8D?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/i18n/en.js | 1 + src/i18n/zh-CN.js | 1 + .../monitoring/equipmentCurrentState.vue | 190 ++++++++++++++++++ 3 files changed, 192 insertions(+) create mode 100644 src/views/modules/monitoring/equipmentCurrentState.vue diff --git a/src/i18n/en.js b/src/i18n/en.js index 1b2d577..ef841b2 100644 --- a/src/i18n/en.js +++ b/src/i18n/en.js @@ -50,6 +50,7 @@ t.routes['工段'] = 'Work Sections' t.routes['设备类型'] = 'Equipment Types' t.routes['设备分组'] = 'Equipment Groups' t.routes['设备信息'] = 'Equipment Details' +t.routes['设备当前状态'] = 'Current Equipment State' t.routes['质量检测类型'] = 'Quality Inpection Types' t.routes['质量检测信息'] = 'Quality Inpection Details' diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js index 7216705..27ba8e3 100644 --- a/src/i18n/zh-CN.js +++ b/src/i18n/zh-CN.js @@ -51,6 +51,7 @@ t.routes['工段'] = '工段' t.routes['设备类型'] = '设备类型' t.routes['设备分组'] = '设备分组' t.routes['设备信息'] = '设备信息' +t.routes['设备当前状态'] = '设备当前状态' t.routes['质量检测类型'] = '质量检测类型' t.routes['质量检测信息'] = '质量检测信息' diff --git a/src/views/modules/monitoring/equipmentCurrentState.vue b/src/views/modules/monitoring/equipmentCurrentState.vue new file mode 100644 index 0000000..d9614e4 --- /dev/null +++ b/src/views/modules/monitoring/equipmentCurrentState.vue @@ -0,0 +1,190 @@ + + +