大屏优化
This commit is contained in:
@@ -59,7 +59,7 @@ const menuItems = [
|
|||||||
{ path: '/dashboard/output', meta: { title: '产出监控大屏', icon: 'output' } },
|
{ path: '/dashboard/output', meta: { title: '产出监控大屏', icon: 'output' } },
|
||||||
{ path: '/dashboard/stop-analysis', meta: { title: '停机分析大屏', icon: 'stop' } },
|
{ path: '/dashboard/stop-analysis', meta: { title: '停机分析大屏', icon: 'stop' } },
|
||||||
{ path: '/dashboard/acid-rolling', meta: { title: '酸轧数据大屏', icon: 'example' } },
|
{ path: '/dashboard/acid-rolling', meta: { title: '酸轧数据大屏', icon: 'example' } },
|
||||||
{ path: '/dashboard/warehouse-overview', meta: { title: '库区总览大屏', icon: 'example' } }
|
{ path: '/warehouse-overview', meta: { title: '库区总览大屏', icon: 'example' } }
|
||||||
]
|
]
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@@ -53,14 +53,14 @@ export const constantRoutes = [
|
|||||||
name: 'AcidRolling',
|
name: 'AcidRolling',
|
||||||
component: () => import('@/views/screens/acid-rolling/index.vue'),
|
component: () => import('@/views/screens/acid-rolling/index.vue'),
|
||||||
meta: { title: '酸轧数据大屏', icon: 'example' }
|
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
Reference in New Issue
Block a user