迁移电池复投管理模块
- 新增计划与生产电池复投管理 V2 页面 - 新增复投验证接口、旧路径路由和中英文文案 - 更新迁移任务列表并补充人工功能测试清单
This commit is contained in:
@@ -44,6 +44,12 @@ export default {
|
||||
meta: { ...meta, cache: true, title: '预警中心' },
|
||||
component: _import('planning-production/alert-center')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/set_battery_rebatch',
|
||||
name: `${pre}monitor-set_battery_rebatch`,
|
||||
meta: { ...meta, cache: true, title: '电池复投管理' },
|
||||
component: _import('planning-production/production-monitoring/rework-management')
|
||||
},
|
||||
{
|
||||
path: 'produce/monitor/tray_manage',
|
||||
name: `${pre}monitor-tray_manage`,
|
||||
|
||||
Reference in New Issue
Block a user