diff --git a/src/i18n/en.js b/src/i18n/en.js
index 5be8b88..fdd4cb4 100644
--- a/src/i18n/en.js
+++ b/src/i18n/en.js
@@ -17,6 +17,7 @@ t.routes['质量管理'] = 'Quality Management'
t.routes['权限管理'] = 'Permission Management'
t.routes['系统设置'] = 'System Settings'
t.routes['日志管理'] = 'Log Management'
+t.routes['数据分析'] = 'Data Analysis'
// 二级
t.routes['厂务'] = 'Factory Affair'
@@ -42,6 +43,9 @@ t.routes['定时任务'] = 'Timed Tasks'
t.routes['文件上传'] = 'File Upload'
t.routes['登录日志'] = 'Login Records'
t.routes['操作日志'] = 'Oprations Records'
+t.routes['设备效率分析'] = 'Equipment Efficiency Analysis'
+t.routes['设备异常分析'] = 'Equipment Exceptions Analysis'
+t.routes['设备状态时序图'] = 'Equipment Status Timesequence'
// 三级
t.routes['工厂'] = 'Factory'
diff --git a/src/i18n/zh-CN.js b/src/i18n/zh-CN.js
index 6acd25b..9657383 100644
--- a/src/i18n/zh-CN.js
+++ b/src/i18n/zh-CN.js
@@ -18,6 +18,7 @@ t.routes['质量管理'] = '质量管理'
t.routes['权限管理'] = '权限管理'
t.routes['系统设置'] = '系统设置'
t.routes['日志管理'] = '日志管理'
+t.routes['数据分析'] = '数据分析'
// 二级
t.routes['厂务'] = '厂务'
@@ -43,6 +44,9 @@ t.routes['定时任务'] = '定时任务'
t.routes['文件上传'] = '文件上传'
t.routes['登录日志'] = '登录日志'
t.routes['操作日志'] = '操作日志'
+t.routes['设备效率分析'] = '设备效率分析'
+t.routes['设备异常分析'] = '设备异常分析'
+t.routes['设备状态时序图'] = '设备状态时序图'
// 三级
t.routes['工厂'] = '工厂'
diff --git a/src/views/modules/monitoring/equipmentEfficiency.vue b/src/views/modules/monitoring/equipmentEfficiency.vue
new file mode 100644
index 0000000..87b398b
--- /dev/null
+++ b/src/views/modules/monitoring/equipmentEfficiency.vue
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+
+
+ {{ $t('search') }}
+ {{ $t('add') }}
+ {{ $t('export') }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/monitoring/equipmentException.vue b/src/views/modules/monitoring/equipmentException.vue
new file mode 100644
index 0000000..f581385
--- /dev/null
+++ b/src/views/modules/monitoring/equipmentException.vue
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+
+
+ {{ $t('search') }}
+ {{ $t('add') }}
+ {{ $t('export') }}
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/monitoring/equipmentTimesequence.vue b/src/views/modules/monitoring/equipmentTimesequence.vue
new file mode 100644
index 0000000..d9ca13b
--- /dev/null
+++ b/src/views/modules/monitoring/equipmentTimesequence.vue
@@ -0,0 +1,445 @@
+
+
+
+
+
+
+
+
+ {{ $t('search') }}
+ {{ $t('add') }}
+ {{ $t('export') }}
+
+
+
+
+
+
+
+
+
+
+