迁移设备监控模块
- 新增计划与生产设备监控 V2 页面 - 新增设备监控接口、路由和中英文文案 - 更新迁移任务列表中的设备监控状态
This commit is contained in:
@@ -44,6 +44,12 @@ export default {
|
||||
meta: { ...meta, cache: true, title: '托盘管理' },
|
||||
component: _import('planning-production/production-monitoring/tray-management')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/device',
|
||||
name: `${pre}monitor-device`,
|
||||
meta: { ...meta, cache: true, title: '设备监控' },
|
||||
component: _import('planning-production/production-monitoring/equipment-monitoring')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/change_battery_process',
|
||||
name: `${pre}monitor-change_battery_process`,
|
||||
|
||||
Reference in New Issue
Block a user