迁移预警中心模块
- 新增计划与生产预警中心 V2 页面 - 新增预警中心接口、路由和中英文文案 - 更新迁移任务列表中的预警中心状态
This commit is contained in:
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user