init 数据分析“

This commit is contained in:
2022-09-20 15:59:45 +08:00
parent e532989ddf
commit 3999e4e589
5 changed files with 1343 additions and 0 deletions

View File

@@ -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['工厂'] = '工厂'