feat: migrate tray management module
- add V2 tray management page for planning production monitoring - add tray management API, route, and i18n entries - update migration task list status for tray management
This commit is contained in:
@@ -31,6 +31,12 @@ export default {
|
||||
name: `${pre}production_batch_management-bad`,
|
||||
meta: { ...meta, cache: true, title: '生产批次不良报表' },
|
||||
component: _import('planning-production/batch-management/batch-defect-report')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/tray_manage',
|
||||
name: `${pre}monitor-tray_manage`,
|
||||
meta: { ...meta, cache: true, title: '托盘管理' },
|
||||
component: _import('planning-production/production-monitoring/tray-management')
|
||||
}
|
||||
])('planning_production-')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user