大屏优化

This commit is contained in:
jhd
2026-05-28 14:09:08 +08:00
parent 8b900ed7a1
commit a2ff005437
3 changed files with 735 additions and 264 deletions

View File

@@ -59,7 +59,7 @@ const menuItems = [
{ path: '/dashboard/output', meta: { title: '产出监控大屏', icon: 'output' } },
{ path: '/dashboard/stop-analysis', meta: { title: '停机分析大屏', icon: 'stop' } },
{ path: '/dashboard/acid-rolling', meta: { title: '酸轧数据大屏', icon: 'example' } },
{ path: '/dashboard/warehouse-overview', meta: { title: '库区总览大屏', icon: 'example' } }
{ path: '/warehouse-overview', meta: { title: '库区总览大屏', icon: 'example' } }
]
</script>

View File

@@ -53,14 +53,14 @@ export const constantRoutes = [
name: 'AcidRolling',
component: () => import('@/views/screens/acid-rolling/index.vue'),
meta: { title: '酸轧数据大屏', icon: 'example' }
},
{
path: 'warehouse-overview',
name: 'WarehouseOverview',
component: () => import('@/views/screens/warehouse-overview/index.vue'),
meta: { title: '库区总览大屏', icon: 'warehouse' }
}
]
},
{
path: '/warehouse-overview',
name: 'WarehouseOverview',
component: () => import('@/views/screens/warehouse-overview/index.vue'),
meta: { title: '库区总览大屏' }
}
]

File diff suppressed because it is too large Load Diff