28169 1 anno fa
parent
commit
f092786061

+ 253 - 253
src/router/modules/patient.js Vedi File

@@ -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
-  {//心理历史评估12
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
+  // {//心理历史评估12
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'),

+ 117 - 0
src/xt_pages/dialysis/details/consumable/dialysisParameter.vue Vedi File

@@ -59,6 +59,7 @@
59 59
         <el-button size="small"  @click="exportList" type="primary">导出</el-button>
60 60
         <el-button size="small"  @click="toPrint" icon="el-icon-printer" type="primary">打印</el-button>
61 61
         <el-button size="small" type="primary" @click="statistics">统计表</el-button>
62
+        <!-- <el-button size="small" type="primary" @click="statisticsOne">导出2</el-button> -->
62 63
       </div>
63 64
     </div>
64 65
   
@@ -920,6 +921,122 @@
920 921
            }
921 922
         })
922 923
       },
924
+
925
+      statisticsOne(){
926
+        console.log("this.list233333333333333333333",this.list)
927
+        import('@/vendor/Export2Excel').then(excel => { 
928
+        if(this.list!=null && this.list.length > 0){
929
+           for(let i=0;i<this.list.length;i++){
930
+             this.tableList[i].index = i+1
931
+             this.tableList[i].name = this.tableList[i].patient.name
932
+             this.tableList[i].mode_name = this.getModeName(this.tableList[i].mode_id)
933
+             this.tableList[i].anticoagulant_name = this.getAnticoagulantName(this.tableList[i].anticoagulant)
934
+             this.tableList[i].anticoagulant_shouji = this.tableList[i].dialysis_prescription.anticoagulant_shouji
935
+             this.tableList[i].anticoagulant_weichi = this.tableList[i].dialysis_prescription.anticoagulant_weichi
936
+             this.tableList[i].anticoagulant_zongliang = this.tableList[i].dialysis_prescription.anticoagulant_zongliang
937
+
938
+             if(this.tableList[i].assessment_befor_dislysis){
939
+
940
+             }
941
+             
942
+           }
943
+        }
944
+        const tHeader = ['序号','姓名','透析方式','抗凝剂','首剂','维持','总量','封管液','促红']
945
+        const filterVal = ['index', 'name','mode_name','anticoagulant_name','anticoagulant_shouji','anticoagulant_weichi','anticoagulant_zongliang']
946
+
947
+        const data = this.formatJson(filterVal, this.tableList)
948
+         excel.export_json_to_excel({
949
+           header: tHeader,
950
+           data,
951
+           filename: '透析参数统计'
952
+         })
953
+          this.downloadLoading = false
954
+        })  
955
+      },
956
+      getModeName(id){
957
+         var mode_name =""
958
+         if(id == 1){
959
+          mode_name = "HD"
960
+         }
961
+         if(id == 2){
962
+          mode_name = "HDF"
963
+         }
964
+         if(id == 3){
965
+          mode_name = "HDF"
966
+         }
967
+         if(id == 4){
968
+          mode_name = "HP"
969
+         }
970
+         if(id == 5){
971
+          mode_name = "HF"
972
+         }
973
+         if(id == 6){
974
+          mode_name = "SCUF"
975
+         }
976
+         if(id == 7){
977
+          mode_name = "IUF"
978
+         }
979
+         if(id == 8){
980
+          mode_name = "HFHD"
981
+         }
982
+         if(id == 9){
983
+          mode_name = "HFHD+HP"
984
+         }
985
+         if(id == 10){
986
+          mode_name = "PHF"
987
+         }
988
+         if(id ==11){
989
+           mode_name ="HFR"
990
+         }
991
+         if(id ==12){
992
+           mode_name ="HDF+HP"
993
+         }
994
+         if(id ==25){
995
+           mode_name ="HD高通"
996
+         }
997
+         if(id ==31){
998
+           mode_name ="HPD"
999
+         }
1000
+         if(id ==32){
1001
+           mode_name ="HDP"
1002
+         }
1003
+         if(id ==33){
1004
+           mode_name ="HFD"
1005
+         }
1006
+         if(id ==34){
1007
+           mode_name ="HDF100"
1008
+         }
1009
+         if(id ==35){
1010
+           mode_name ="HDF600"
1011
+         }
1012
+         if(id ==36){
1013
+           mode_name ="HDF800"
1014
+         }
1015
+         if(id ==37){
1016
+           mode_name ="HDF1000"
1017
+         }
1018
+        
1019
+         return mode_name
1020
+      },
1021
+      getAnticoagulantName(id){
1022
+         var name = ""
1023
+         if(id ==1){
1024
+            name ="无肝素"
1025
+         }
1026
+         if(id == 2){
1027
+            name ="普通肝素"
1028
+         }
1029
+         if(id ==3){
1030
+            name ="低分子肝素"
1031
+         }
1032
+         if(id == 6){
1033
+           name ="低分子肝素钙"
1034
+         }
1035
+         if(id == 7){
1036
+           name ="低分子肝素钠"
1037
+         }
1038
+         return name
1039
+      },
923 1040
       handleScheduleDateChange(val) {
924 1041
         this.query.schedule_date = val
925 1042
         this.query.page = 1

+ 62 - 62
src/xt_pages/user/components/PatientSidebar.vue Vedi File

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