feat: migrate process execution module
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

- 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:
sheng
2026-06-22 15:07:38 +08:00
parent 45c2ea6e63
commit 8ef087676f
6 changed files with 318 additions and 3 deletions

View File

@@ -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-')
}