Преглед на файлове

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

28169 преди 4 месеца
родител
ревизия
2880eebd90
променени са 1 файла, в които са добавени 40 реда и са изтрити 0 реда
  1. 40 0
      src/router/modules/patient.js

+ 40 - 0
src/router/modules/patient.js Целия файл

@@ -139,6 +139,17 @@ export default {
139 139
       noCache: true
140 140
     }
141 141
   },
142
+  {//新
143
+    path: '/patients/inspection_new',
144
+    component: () => import('@/xt_pages/user/inspection_new'),
145
+    hidden: true,
146
+    is_menu: false,
147
+    name: 'Inspection',
148
+    meta: {
149
+      title: 'inspection',
150
+      noCache: true
151
+    }
152
+  },
142 153
   {
143 154
     path: '/patients/newInspection',
144 155
     component: () => import('@/xt_pages/user/lapsoInspection'),
@@ -213,6 +224,17 @@ export default {
213 224
       noCache: true
214 225
     }
215 226
   },
227
+  {//新
228
+    path: '/patients/course_new',
229
+    component: () => import('@/xt_pages/user/courseOfDisease_new'),
230
+    hidden: true,
231
+    is_menu: false,
232
+    name: 'CourseOfDiseaseManage',
233
+    meta: {
234
+      title: 'CourseOfDiseaseManage',
235
+      noCache: true
236
+    }
237
+  },
216 238
   {
217 239
       path: '/patients/sickhistory',
218 240
       component: () => import('@/xt_pages/user/sickHistory'),
@@ -221,6 +243,15 @@ export default {
221 243
       name: 'sickHistory',
222 244
       meta: { title: 'sickHistory', noCache: true }
223 245
   },
246
+  // 新
247
+  {
248
+    path: '/patients/sickHistory_new',
249
+    component: () => import('@/xt_pages/user/sickHistory_new'),
250
+    hidden: true,
251
+    is_menu: false,
252
+    name: 'sickHistory',
253
+    meta: { title: 'sickHistory', noCache: true }
254
+  },
224 255
   {
225 256
       path: '/patients/inspection_check',
226 257
       component: () => import('@/xt_pages/user/inspectionCheck'),
@@ -245,6 +276,15 @@ export default {
245 276
     name: 'physicalexamination',
246 277
     meta: { title: 'physicalexamination', noCache: true }
247 278
   },
279
+  // 新
280
+  {
281
+    path: '/patients/new_physicalexamination',
282
+    component: () => import('@/xt_pages/user/Physicalexamination_new'),
283
+    hidden: true,
284
+    is_menu: false,
285
+    name: 'physicalexamination',
286
+    meta: { title: 'physicalexamination', noCache: true }
287
+  },
248 288
   {
249 289
     path: '/patients/rescue',
250 290
     component: () => import('@/xt_pages/user/rescueRecord'),