|
@@ -56,15 +56,15 @@ export default {
|
56
|
56
|
noCache: true
|
57
|
57
|
}
|
58
|
58
|
},
|
59
|
|
- {//患者调班
|
60
|
|
- path: '/workforce/Patientshift',
|
61
|
|
- component: () => import('@/xt_pages/workforce/Patientshift'),
|
62
|
|
- name: '患者调班',
|
63
|
|
- meta: {
|
64
|
|
- title: '患者调班',
|
65
|
|
- noCache: true
|
66
|
|
- }
|
67
|
|
- },
|
|
59
|
+ // {//患者调班
|
|
60
|
+ // path: '/workforce/Patientshift',
|
|
61
|
+ // component: () => import('@/xt_pages/workforce/Patientshift'),
|
|
62
|
+ // name: '患者调班',
|
|
63
|
+ // meta: {
|
|
64
|
+ // title: '患者调班',
|
|
65
|
+ // noCache: true
|
|
66
|
+ // }
|
|
67
|
+ // },
|
68
|
68
|
{
|
69
|
69
|
path: '/workforce/schedule/printone',
|
70
|
70
|
component: () => import('@/xt_pages/workforce/printOne'),
|