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 @@ + + +