|
@@ -74,6 +74,7 @@ export default {
|
74
|
74
|
noCache: true
|
75
|
75
|
}
|
76
|
76
|
},
|
|
77
|
+
|
77
|
78
|
{
|
78
|
79
|
path: '/patients/patient/:mid/vascularAccessDetail/:pid',
|
79
|
80
|
component: () => import('@/xt_pages/user/vascularAccessDetail'),
|
|
@@ -137,6 +138,18 @@ export default {
|
137
|
138
|
noCache: true
|
138
|
139
|
}
|
139
|
140
|
},
|
|
141
|
+ {
|
|
142
|
+ path:"/patients/patients/:id/inspectionInfectious",
|
|
143
|
+ component: () => import('@/xt_pages/user/inspectionInfectious'),
|
|
144
|
+ hidden: true,
|
|
145
|
+ is_menu: false,
|
|
146
|
+ name: 'inspectionInfectious',
|
|
147
|
+ meta: {
|
|
148
|
+ title: 'inspectionInfectious',
|
|
149
|
+ noCache: true
|
|
150
|
+ }
|
|
151
|
+
|
|
152
|
+ },
|
140
|
153
|
{
|
141
|
154
|
path: '/patients/course',
|
142
|
155
|
component: () => import('@/xt_pages/user/courseOfDisease'),
|