迁移设备监控模块
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:50:19 +08:00
parent b942d24f2c
commit eb31da72e0
6 changed files with 283 additions and 3 deletions

View File

@@ -44,6 +44,12 @@ export default {
meta: { ...meta, cache: true, title: '托盘管理' },
component: _import('planning-production/production-monitoring/tray-management')
},
{
path: 'produce/monitor/device',
name: `${pre}monitor-device`,
meta: { ...meta, cache: true, title: '设备监控' },
component: _import('planning-production/production-monitoring/equipment-monitoring')
},
{
path: 'produce/monitor/change_battery_process',
name: `${pre}monitor-change_battery_process`,