|
|
|
@ -27,14 +27,14 @@ const routes = [
|
|
|
|
|
component: () => import('@/views/pageScheduling/index.vue'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/operation',
|
|
|
|
|
name: 'operation',
|
|
|
|
|
path: '/pageoperation',
|
|
|
|
|
name: 'pageoperation',
|
|
|
|
|
meta: { title: '首台率数据可视化' },
|
|
|
|
|
component: () => import('@/views/pageOperation/index.vue'),
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
path: '/room',
|
|
|
|
|
name: 'room',
|
|
|
|
|
path: '/pageroom',
|
|
|
|
|
name: 'pageroom',
|
|
|
|
|
meta: { title: '手术间利用率数据可视化' },
|
|
|
|
|
component: () => import('@/views/pageRoom/index.vue'),
|
|
|
|
|
},
|
|
|
|
|