迁移预警中心模块
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

- 新增计划与生产预警中心 V2 页面

- 新增预警中心接口、路由和中英文文案

- 更新迁移任务列表中的预警中心状态
This commit is contained in:
sheng
2026-06-22 15:24:59 +08:00
parent 8ef087676f
commit b942d24f2c
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`,