This commit is contained in:
sheng
2026-06-22 15:29:58 +08:00
6 changed files with 476 additions and 3 deletions

View File

@@ -32,6 +32,12 @@ export default {
meta: { ...meta, cache: true, title: '生产批次不良报表' },
component: _import('planning-production/batch-management/batch-defect-report')
},
{
path: 'produce/report/pin_check',
name: `${pre}report-pin_check`,
meta: { ...meta, cache: true, title: '预警中心' },
component: _import('planning-production/alert-center')
},
{
path: 'produce/monitor/tray_manage',
name: `${pre}monitor-tray_manage`,