yq1 1 年間 前
コミット
c6290d3788
共有2 個のファイルを変更した315 個の追加315 個の削除を含む
  1. 253 253
      src/router/modules/patient.js
  2. 62 62
      src/xt_pages/user/components/PatientSidebar.vue

+ 253 - 253
src/router/modules/patient.js ファイルの表示

@@ -326,259 +326,259 @@ export default {
326 326
     }
327 327
   },
328 328
 
329
-  {//评估工具/跌倒评估
330
-    path: '/patients/patient/:id/Fallassessment',
331
-    component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
-    hidden: true,
333
-    is_menu: false,
334
-    name: 'Fallassessment',
335
-    meta: {
336
-      title: 'firstDiseasePrint',
337
-      noCache: true
338
-    }
339
-  },
340
-  {//小儿跌倒风险评估
341
-    path: '/patients/patient/:id/pediatricFallAssessment',
342
-    component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
343
-    hidden: true,
344
-    is_menu: false,
345
-    name: 'pediatricFallAssessment',
346
-    meta: {
347
-      title: 'pediatricFallAssessment',
348
-      noCache: true
349
-    }
350
-  },
351
-  {//压疮风险评估
352
-    path: '/patients/patient/:id/pressuresore',
353
-    component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
354
-    hidden: true,
355
-    is_menu: false,
356
-    name: 'pressuresore',
357
-    meta: {
358
-      title: 'pressuresore',
359
-      noCache: true
360
-    }
361
-  },
362
-  {//oh压疮评估
363
-    path: '/patients/patient/:id/OHpressuresore',
364
-    component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
365
-    hidden: true,
366
-    is_menu: false,
367
-    name: 'OHpressuresore',
368
-    meta: {
369
-      title: 'OHpressuresore',
370
-      noCache: true
371
-    }
372
-  },
373
-  {//日常生活能力评估
374
-    path: '/patients/patient/:id/dailyLife',
375
-    component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
376
-    hidden: true,
377
-    is_menu: false,
378
-    name: 'dailyLife',
379
-    meta: {
380
-      title: 'dailyLife',
381
-      noCache: true
382
-    }
383
-  },
384
-  {//导管脱落风险评估
385
-    path: '/patients/patient/:id/Cathetershedding',
386
-    component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
387
-    hidden: true,
388
-    is_menu: false,
389
-    name: 'Cathetershedding',
390
-    meta: {
391
-      title: 'Cathetershedding',
392
-      noCache: true
393
-    }
394
-  },
395
-  {//RASS及疼痛评估
396
-    path: '/patients/patient/:id/RassAssessment',
397
-    component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
398
-    hidden: true,
399
-    is_menu: false,
400
-    name: 'RassAssessment',
401
-    meta: {
402
-      title: 'RassAssessment',
403
-      noCache: true
404
-    }
405
-  },
406
-  {//营养状况评估
407
-    path: '/patients/patient/:id/nourishmentAssessment',
408
-    component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
409
-    hidden: true,
410
-    is_menu: false,
411
-    name: 'nourishmentAssessment',
412
-    meta: {
413
-      title: 'nourishmentAssessment',
414
-      noCache: true
415
-    }
416
-  },
417
-  {//约束告知单
418
-    path: '/patients/patient/:id/Constraintnotification',
419
-    component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
420
-    hidden: true,
421
-    is_menu: false,
422
-    name: 'Constraintnotification',
423
-    meta: {
424
-      title: 'Constraintnotification',
425
-      noCache: true
426
-    }
427
-  },
428
-  {//心理评估
429
-    path: '/patients/patient/:id/mindAssessment',
430
-    component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
431
-    hidden: true,
432
-    is_menu: false,
433
-    name: 'mindAssessment',
434
-    meta: {
435
-      title: 'mindAssessment',
436
-      noCache: true
437
-    }
438
-  },
439
-  {//瘙痒评估
440
-    path: '/patients/patient/:id/pruritusAssessment',
441
-    component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
442
-    hidden: true,
443
-    is_menu: false,
444
-    name: 'pruritusAssessment',
445
-    meta: {
446
-      title: 'pruritusAssessment',
447
-      noCache: true
448
-    }
449
-  },
450
-  {//血液透析患者评估
451
-    path: '/patients/patient/:id/hemodialysis',
452
-    component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
453
-    hidden: true,
454
-    is_menu: false,
455
-    name: 'hemodialysis',
456
-    meta: {
457
-      title: 'hemodialysis',
458
-      noCache: true
459
-    }
460
-  },
461
-  {//Glasgow昏迷评分量表
462
-    path: '/patients/patient/:id/Glasgow',
463
-    component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
464
-    hidden: true,
465
-    is_menu: false,
466
-    name: 'Glasgow',
467
-    meta: {
468
-      title: 'Glasgow',
469
-      noCache: true
470
-    }
471
-  },
472
-  {//肌力评估表
473
-    path: '/patients/patient/:id/Muscleforce',
474
-    component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
475
-    hidden: true,
476
-    is_menu: false,
477
-    name: 'Muscleforce',
478
-    meta: {
479
-      title: 'Muscleforce',
480
-      noCache: true
481
-    }
482
-  },
483
-  {//跌倒评估历史评估
484
-    path: '/patients/tumble_history',
485
-    component: () => import('@/xt_pages/user/history/tumble_history'),
486
-    hidden: true,
487
-    is_menu: false,
488
-    name: 'tunele_history',
489
-    meta: {
490
-      title: 'tunele_history',
491
-      noCache: true
492
-    }
493
-  },
494
-  {//小儿跌倒评估历史评估
495
-    path: '/patients/Children_history',
496
-    component: () => import('@/xt_pages/user/history/Children_history'),
497
-    hidden: true,
498
-    is_menu: false,
499
-    name: 'Children_history',
500
-    meta: {
501
-      title: 'Children_history',
502
-      noCache: true
503
-    }
504
-  },
505
-  {//压疮历史评估
506
-    path: '/patients/Pressure_history',
507
-    component: () => import('@/xt_pages/user/history/Pressure_history'),
508
-    hidden: true,
509
-    is_menu: false,
510
-    name: 'Pressure_history',
511
-    meta: {
512
-      title: 'Pressure_history',
513
-      noCache: true
514
-    }
515
-  },
516
-  {//日常历史评估
517
-    path: '/patients/date_history',
518
-    component: () => import('@/xt_pages/user/history/date_history'),
519
-    hidden: true,
520
-    is_menu: false,
521
-    name: 'date_history',
522
-    meta: {
523
-      title: 'date_history',
524
-      noCache: true
525
-    }
526
-  },
527
-  {//导管脱落历史评估
528
-    path: '/patients/daoguan_history',
529
-    component: () => import('@/xt_pages/user/history/daoguan_history'),
530
-    hidden: true,
531
-    is_menu: false,
532
-    name: 'daoguan_history',
533
-    meta: {
534
-      title: 'daoguan_history',
535
-      noCache: true
536
-    }
537
-  },
538
-  {//RASS历史评估
539
-    path: '/patients/RASS_history',
540
-    component: () => import('@/xt_pages/user/history/RASS_history'),
541
-    hidden: true,
542
-    is_menu: false,
543
-    name: 'RASS_history',
544
-    meta: {
545
-      title: 'RASS_history',
546
-      noCache: true
547
-    }
548
-  },
549
-  {//营养历史评估
550
-    path: '/patients/nourishment_history',
551
-    component: () => import('@/xt_pages/user/history/nourishment_history'),
552
-    hidden: true,
553
-    is_menu: false,
554
-    name: 'nourishment_history',
555
-    meta: {
556
-      title: 'nourishment_history',
557
-      noCache: true
558
-    }
559
-  },
560
-  {//心理历史评估
561
-    path: '/patients/mind_history',
562
-    component: () => import('@/xt_pages/user/history/mind_history'),
563
-    hidden: true,
564
-    is_menu: false,
565
-    name: 'mind_history',
566
-    meta: {
567
-      title: 'mind_history',
568
-      noCache: true
569
-    }
570
-  },
571
-  {//瘙痒历史评估
572
-    path: '/patients/pruritus_history',
573
-    component: () => import('@/xt_pages/user/history/pruritus_history'),
574
-    hidden: true,
575
-    is_menu: false,
576
-    name: 'pruritus_history',
577
-    meta: {
578
-      title: 'pruritus_history',
579
-      noCache: true
580
-    }
581
-  },
329
+  // {//评估工具/跌倒评估
330
+  //   path: '/patients/patient/:id/Fallassessment',
331
+  //   component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
332
+  //   hidden: true,
333
+  //   is_menu: false,
334
+  //   name: 'Fallassessment',
335
+  //   meta: {
336
+  //     title: 'firstDiseasePrint',
337
+  //     noCache: true
338
+  //   }
339
+  // },
340
+  // {//小儿跌倒风险评估
341
+  //   path: '/patients/patient/:id/pediatricFallAssessment',
342
+  //   component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
343
+  //   hidden: true,
344
+  //   is_menu: false,
345
+  //   name: 'pediatricFallAssessment',
346
+  //   meta: {
347
+  //     title: 'pediatricFallAssessment',
348
+  //     noCache: true
349
+  //   }
350
+  // },
351
+  // {//压疮风险评估
352
+  //   path: '/patients/patient/:id/pressuresore',
353
+  //   component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
354
+  //   hidden: true,
355
+  //   is_menu: false,
356
+  //   name: 'pressuresore',
357
+  //   meta: {
358
+  //     title: 'pressuresore',
359
+  //     noCache: true
360
+  //   }
361
+  // },
362
+  // {//oh压疮评估
363
+  //   path: '/patients/patient/:id/OHpressuresore',
364
+  //   component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
365
+  //   hidden: true,
366
+  //   is_menu: false,
367
+  //   name: 'OHpressuresore',
368
+  //   meta: {
369
+  //     title: 'OHpressuresore',
370
+  //     noCache: true
371
+  //   }
372
+  // },
373
+  // {//日常生活能力评估
374
+  //   path: '/patients/patient/:id/dailyLife',
375
+  //   component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
376
+  //   hidden: true,
377
+  //   is_menu: false,
378
+  //   name: 'dailyLife',
379
+  //   meta: {
380
+  //     title: 'dailyLife',
381
+  //     noCache: true
382
+  //   }
383
+  // },
384
+  // {//导管脱落风险评估
385
+  //   path: '/patients/patient/:id/Cathetershedding',
386
+  //   component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
387
+  //   hidden: true,
388
+  //   is_menu: false,
389
+  //   name: 'Cathetershedding',
390
+  //   meta: {
391
+  //     title: 'Cathetershedding',
392
+  //     noCache: true
393
+  //   }
394
+  // },
395
+  // {//RASS及疼痛评估
396
+  //   path: '/patients/patient/:id/RassAssessment',
397
+  //   component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
398
+  //   hidden: true,
399
+  //   is_menu: false,
400
+  //   name: 'RassAssessment',
401
+  //   meta: {
402
+  //     title: 'RassAssessment',
403
+  //     noCache: true
404
+  //   }
405
+  // },
406
+  // {//营养状况评估
407
+  //   path: '/patients/patient/:id/nourishmentAssessment',
408
+  //   component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
409
+  //   hidden: true,
410
+  //   is_menu: false,
411
+  //   name: 'nourishmentAssessment',
412
+  //   meta: {
413
+  //     title: 'nourishmentAssessment',
414
+  //     noCache: true
415
+  //   }
416
+  // },
417
+  // {//约束告知单
418
+  //   path: '/patients/patient/:id/Constraintnotification',
419
+  //   component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
420
+  //   hidden: true,
421
+  //   is_menu: false,
422
+  //   name: 'Constraintnotification',
423
+  //   meta: {
424
+  //     title: 'Constraintnotification',
425
+  //     noCache: true
426
+  //   }
427
+  // },
428
+  // {//心理评估
429
+  //   path: '/patients/patient/:id/mindAssessment',
430
+  //   component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
431
+  //   hidden: true,
432
+  //   is_menu: false,
433
+  //   name: 'mindAssessment',
434
+  //   meta: {
435
+  //     title: 'mindAssessment',
436
+  //     noCache: true
437
+  //   }
438
+  // },
439
+  // {//瘙痒评估
440
+  //   path: '/patients/patient/:id/pruritusAssessment',
441
+  //   component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
442
+  //   hidden: true,
443
+  //   is_menu: false,
444
+  //   name: 'pruritusAssessment',
445
+  //   meta: {
446
+  //     title: 'pruritusAssessment',
447
+  //     noCache: true
448
+  //   }
449
+  // },
450
+  // {//血液透析患者评估
451
+  //   path: '/patients/patient/:id/hemodialysis',
452
+  //   component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
453
+  //   hidden: true,
454
+  //   is_menu: false,
455
+  //   name: 'hemodialysis',
456
+  //   meta: {
457
+  //     title: 'hemodialysis',
458
+  //     noCache: true
459
+  //   }
460
+  // },
461
+  // {//Glasgow昏迷评分量表
462
+  //   path: '/patients/patient/:id/Glasgow',
463
+  //   component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
464
+  //   hidden: true,
465
+  //   is_menu: false,
466
+  //   name: 'Glasgow',
467
+  //   meta: {
468
+  //     title: 'Glasgow',
469
+  //     noCache: true
470
+  //   }
471
+  // },
472
+  // {//肌力评估表
473
+  //   path: '/patients/patient/:id/Muscleforce',
474
+  //   component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
475
+  //   hidden: true,
476
+  //   is_menu: false,
477
+  //   name: 'Muscleforce',
478
+  //   meta: {
479
+  //     title: 'Muscleforce',
480
+  //     noCache: true
481
+  //   }
482
+  // },
483
+  // {//跌倒评估历史评估
484
+  //   path: '/patients/tumble_history',
485
+  //   component: () => import('@/xt_pages/user/history/tumble_history'),
486
+  //   hidden: true,
487
+  //   is_menu: false,
488
+  //   name: 'tunele_history',
489
+  //   meta: {
490
+  //     title: 'tunele_history',
491
+  //     noCache: true
492
+  //   }
493
+  // },
494
+  // {//小儿跌倒评估历史评估
495
+  //   path: '/patients/Children_history',
496
+  //   component: () => import('@/xt_pages/user/history/Children_history'),
497
+  //   hidden: true,
498
+  //   is_menu: false,
499
+  //   name: 'Children_history',
500
+  //   meta: {
501
+  //     title: 'Children_history',
502
+  //     noCache: true
503
+  //   }
504
+  // },
505
+  // {//压疮历史评估
506
+  //   path: '/patients/Pressure_history',
507
+  //   component: () => import('@/xt_pages/user/history/Pressure_history'),
508
+  //   hidden: true,
509
+  //   is_menu: false,
510
+  //   name: 'Pressure_history',
511
+  //   meta: {
512
+  //     title: 'Pressure_history',
513
+  //     noCache: true
514
+  //   }
515
+  // },
516
+  // {//日常历史评估
517
+  //   path: '/patients/date_history',
518
+  //   component: () => import('@/xt_pages/user/history/date_history'),
519
+  //   hidden: true,
520
+  //   is_menu: false,
521
+  //   name: 'date_history',
522
+  //   meta: {
523
+  //     title: 'date_history',
524
+  //     noCache: true
525
+  //   }
526
+  // },
527
+  // {//导管脱落历史评估
528
+  //   path: '/patients/daoguan_history',
529
+  //   component: () => import('@/xt_pages/user/history/daoguan_history'),
530
+  //   hidden: true,
531
+  //   is_menu: false,
532
+  //   name: 'daoguan_history',
533
+  //   meta: {
534
+  //     title: 'daoguan_history',
535
+  //     noCache: true
536
+  //   }
537
+  // },
538
+  // {//RASS历史评估
539
+  //   path: '/patients/RASS_history',
540
+  //   component: () => import('@/xt_pages/user/history/RASS_history'),
541
+  //   hidden: true,
542
+  //   is_menu: false,
543
+  //   name: 'RASS_history',
544
+  //   meta: {
545
+  //     title: 'RASS_history',
546
+  //     noCache: true
547
+  //   }
548
+  // },
549
+  // {//营养历史评估
550
+  //   path: '/patients/nourishment_history',
551
+  //   component: () => import('@/xt_pages/user/history/nourishment_history'),
552
+  //   hidden: true,
553
+  //   is_menu: false,
554
+  //   name: 'nourishment_history',
555
+  //   meta: {
556
+  //     title: 'nourishment_history',
557
+  //     noCache: true
558
+  //   }
559
+  // },
560
+  // {//心理历史评估
561
+  //   path: '/patients/mind_history',
562
+  //   component: () => import('@/xt_pages/user/history/mind_history'),
563
+  //   hidden: true,
564
+  //   is_menu: false,
565
+  //   name: 'mind_history',
566
+  //   meta: {
567
+  //     title: 'mind_history',
568
+  //     noCache: true
569
+  //   }
570
+  // },
571
+  // {//瘙痒历史评估
572
+  //   path: '/patients/pruritus_history',
573
+  //   component: () => import('@/xt_pages/user/history/pruritus_history'),
574
+  //   hidden: true,
575
+  //   is_menu: false,
576
+  //   name: 'pruritus_history',
577
+  //   meta: {
578
+  //     title: 'pruritus_history',
579
+  //     noCache: true
580
+  //   }
581
+  // },
582 582
   // {//血管通路图 pruritus_history
583 583
   //   path: '/patients/patient/:id/angiogram',
584 584
   //   component: () => import('@/xt_pages/user/angiogram'),

+ 62 - 62
src/xt_pages/user/components/PatientSidebar.vue ファイルの表示

@@ -207,68 +207,68 @@ export default {
207 207
             },
208 208
           ]
209 209
         },
210
-        {
211
-          name: '5',
212
-          label: '评估工具',
213
-          children: [
214
-            {
215
-              name: '5-1',
216
-              label: '跌倒评估'
217
-            },
218
-            {
219
-              name: '5-2',
220
-              label: '小儿跌倒风险评估'
221
-            },
222
-            {
223
-              name: '5-3',
224
-              label: '压疮风险评估'
225
-            },
226
-            {
227
-              name: '5-4',
228
-              label: 'OH压疮评估'
229
-            },
230
-            {
231
-              name: '5-5',
232
-              label: '日常生活能力评估'
233
-            },
234
-            {
235
-              name: '5-6',
236
-              label: '导管脱落风险评估'
237
-            },
238
-            {
239
-              name: '5-7',
240
-              label: 'RASS及疼痛评估'
241
-            },
242
-            {
243
-              name: '5-8',
244
-              label: '营养状况评估'
245
-            },
246
-            {
247
-              name: '5-9',
248
-              label: '约束告知单'
249
-            },
250
-            {
251
-              name: '5-10',
252
-              label: '心理评估'
253
-            },
254
-            {
255
-              name: '5-11',
256
-              label: '瘙痒评估'
257
-            },
258
-            {
259
-              name: '5-12',
260
-              label: '血液透析患者评估'
261
-            },
262
-            {
263
-              name: '5-13',
264
-              label: 'Glasgow昏迷评分量表'
265
-            },
266
-            {
267
-              name: '5-14',
268
-              label: '肌力评估表'
269
-            },
270
-          ]
271
-        },
210
+        // {
211
+        //   name: '5',
212
+        //   label: '评估工具',
213
+        //   children: [
214
+        //     {
215
+        //       name: '5-1',
216
+        //       label: '跌倒评估'
217
+        //     },
218
+        //     {
219
+        //       name: '5-2',
220
+        //       label: '小儿跌倒风险评估'
221
+        //     },
222
+        //     {
223
+        //       name: '5-3',
224
+        //       label: '压疮风险评估'
225
+        //     },
226
+        //     {
227
+        //       name: '5-4',
228
+        //       label: 'OH压疮评估'
229
+        //     },
230
+        //     {
231
+        //       name: '5-5',
232
+        //       label: '日常生活能力评估'
233
+        //     },
234
+        //     {
235
+        //       name: '5-6',
236
+        //       label: '导管脱落风险评估'
237
+        //     },
238
+        //     {
239
+        //       name: '5-7',
240
+        //       label: 'RASS及疼痛评估'
241
+        //     },
242
+        //     {
243
+        //       name: '5-8',
244
+        //       label: '营养状况评估'
245
+        //     },
246
+        //     {
247
+        //       name: '5-9',
248
+        //       label: '约束告知单'
249
+        //     },
250
+        //     {
251
+        //       name: '5-10',
252
+        //       label: '心理评估'
253
+        //     },
254
+        //     {
255
+        //       name: '5-11',
256
+        //       label: '瘙痒评估'
257
+        //     },
258
+        //     {
259
+        //       name: '5-12',
260
+        //       label: '血液透析患者评估'
261
+        //     },
262
+        //     {
263
+        //       name: '5-13',
264
+        //       label: 'Glasgow昏迷评分量表'
265
+        //     },
266
+        //     {
267
+        //       name: '5-14',
268
+        //       label: '肌力评估表'
269
+        //     },
270
+        //   ]
271
+        // },
272 272
 
273 273
       ],
274 274
       name:""