Sfoglia il codice sorgente

Merge branch '20201109_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20201109_pc_vue_new_branch

csx 4 anni fa
parent
commit
6e90b04491
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  1. 13 0
      src/router/modules/patient.js

+ 13 - 0
src/router/modules/patient.js Vedi File

@@ -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'),