feat: 同步本地未提交的前后端更新(plan/quality/material/inspection/production 等模块)

This commit is contained in:
2026-06-20 18:19:06 +08:00
parent 970afe10b4
commit db3945c263
19 changed files with 1681 additions and 961 deletions

View File

@@ -71,15 +71,13 @@ const IC = {
const MENU = [
{ path: '/dashboard', title: '生产看板', icon: IC.dashboard },
{ path: '/plan', title: '计划管理', icon: IC.plan },
{ path: '/material', title: '物料跟踪', icon: IC.material },
{ path: '/production', title: '实绩管理', icon: IC.production },
{ path: '/plan', title: '计划管理', icon: IC.plan },
{ path: '/downtime', title: '停机管理', icon: IC.downtime },
{ path: '/equipment', title: '设备管理', icon: IC.equipment },
{ path: '/inspection', title: '设备巡检', icon: IC.inspection },
{ path: '/message', title: '报文监控', icon: IC.message },
{ path: '/process-model', title: '工艺段模型', icon: IC.process },
{ path: '/tension-model', title: '张力设定', icon: IC.tension },
{ path: '/tension-model', title: '张力模型', icon: IC.tension },
{ path: '/downtime', title: '停机管理', icon: IC.downtime },
{ path: '/inspection', title: '设备巡检', icon: IC.inspection },
{ path: '/quality', title: '质量管理', icon: IC.quality },
{ path: '/capacity', title: '产能分析', icon: IC.capacity },
]