次品钢卷大屏初版

This commit is contained in:
jhd
2026-06-04 13:24:39 +08:00
parent 4ec6164b5c
commit 6114d989bc
5 changed files with 1063 additions and 4 deletions

View File

@@ -57,7 +57,8 @@ function loadComponent(componentPath) {
'modules/dashboardBig/views/oee': () => import('@/modules/dashboardBig/views/oee.vue'),
'modules/dashboardBig/views/output': () => import('@/modules/dashboardBig/views/output.vue'),
'modules/dashboardBig/views/stopAnalysis': () => import('@/modules/dashboardBig/views/stopAnalysis.vue'),
'screens/acid-rolling/index': () => import('@/views/screens/acid-rolling/index.vue')
'screens/acid-rolling/index': () => import('@/views/screens/acid-rolling/index.vue'),
'screens/scrap-coil/index': () => import('@/views/screens/scrap-coil/index.vue')
}
return componentMap[path] || (() => import('@/views/screens/acid-rolling/index.vue'))
}