feat: migrate process execution module
- add V2 process execution page for planning production monitoring - add process execution API, route, and i18n entries - update migration task list status for process execution
This commit is contained in:
@@ -37,6 +37,12 @@ export default {
|
||||
name: `${pre}monitor-tray_manage`,
|
||||
meta: { ...meta, cache: true, title: '托盘管理' },
|
||||
component: _import('planning-production/production-monitoring/tray-management')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/change_battery_process',
|
||||
name: `${pre}monitor-change_battery_process`,
|
||||
meta: { ...meta, cache: true, title: '电池工序管理' },
|
||||
component: _import('planning-production/production-monitoring/process-execution')
|
||||
}
|
||||
])('planning_production-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user