|
@@ -189,7 +189,7 @@ export default {
|
189
|
189
|
is_menu: false,
|
190
|
190
|
name: 'sickHistory',
|
191
|
191
|
meta: { title: 'sickHistory', noCache: true }
|
192
|
|
- },
|
|
192
|
+ },
|
193
|
193
|
{
|
194
|
194
|
path: '/patients/inspection_check',
|
195
|
195
|
component: () => import('@/xt_pages/user/inspectionCheck'),
|
|
@@ -324,160 +324,160 @@ export default {
|
324
|
324
|
noCache: true
|
325
|
325
|
}
|
326
|
326
|
},
|
327
|
|
- {//评估工具/跌倒评估
|
328
|
|
- path: '/patients/patient/:id/Fallassessment',
|
329
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
|
330
|
|
- hidden: true,
|
331
|
|
- is_menu: false,
|
332
|
|
- name: 'Fallassessment',
|
333
|
|
- meta: {
|
334
|
|
- title: 'firstDiseasePrint',
|
335
|
|
- noCache: true
|
336
|
|
- }
|
337
|
|
- },
|
338
|
|
- {//小儿跌倒风险评估
|
339
|
|
- path: '/patients/patient/:id/pediatricFallAssessment',
|
340
|
|
- component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
|
341
|
|
- hidden: true,
|
342
|
|
- is_menu: false,
|
343
|
|
- name: 'pediatricFallAssessment',
|
344
|
|
- meta: {
|
345
|
|
- title: 'pediatricFallAssessment',
|
346
|
|
- noCache: true
|
347
|
|
- }
|
348
|
|
- },
|
349
|
|
- {//压疮风险评估
|
350
|
|
- path: '/patients/patient/:id/pressuresore',
|
351
|
|
- component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
|
352
|
|
- hidden: true,
|
353
|
|
- is_menu: false,
|
354
|
|
- name: 'pressuresore',
|
355
|
|
- meta: {
|
356
|
|
- title: 'pressuresore',
|
357
|
|
- noCache: true
|
358
|
|
- }
|
359
|
|
- },
|
360
|
|
- {//oh压疮评估
|
361
|
|
- path: '/patients/patient/:id/OHpressuresore',
|
362
|
|
- component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
|
363
|
|
- hidden: true,
|
364
|
|
- is_menu: false,
|
365
|
|
- name: 'OHpressuresore',
|
366
|
|
- meta: {
|
367
|
|
- title: 'OHpressuresore',
|
368
|
|
- noCache: true
|
369
|
|
- }
|
370
|
|
- },
|
371
|
|
-
|
372
|
|
- {//日常生活能力评估
|
373
|
|
- path: '/patients/patient/:id/dailyLife',
|
374
|
|
- component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
|
375
|
|
- hidden: true,
|
376
|
|
- is_menu: false,
|
377
|
|
- name: 'dailyLife',
|
378
|
|
- meta: {
|
379
|
|
- title: 'dailyLife',
|
380
|
|
- noCache: true
|
381
|
|
- }
|
382
|
|
- },
|
383
|
|
- {//导管脱落风险评估
|
384
|
|
- path: '/patients/patient/:id/Cathetershedding',
|
385
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
|
386
|
|
- hidden: true,
|
387
|
|
- is_menu: false,
|
388
|
|
- name: 'Cathetershedding',
|
389
|
|
- meta: {
|
390
|
|
- title: 'Cathetershedding',
|
391
|
|
- noCache: true
|
392
|
|
- }
|
393
|
|
- },
|
394
|
|
- {//RASS及疼痛评估
|
395
|
|
- path: '/patients/patient/:id/RassAssessment',
|
396
|
|
- component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
|
397
|
|
- hidden: true,
|
398
|
|
- is_menu: false,
|
399
|
|
- name: 'RassAssessment',
|
400
|
|
- meta: {
|
401
|
|
- title: 'RassAssessment',
|
402
|
|
- noCache: true
|
403
|
|
- }
|
404
|
|
- },
|
405
|
|
- {//营养状况评估
|
406
|
|
- path: '/patients/patient/:id/nourishmentAssessment',
|
407
|
|
- component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
|
408
|
|
- hidden: true,
|
409
|
|
- is_menu: false,
|
410
|
|
- name: 'nourishmentAssessment',
|
411
|
|
- meta: {
|
412
|
|
- title: 'nourishmentAssessment',
|
413
|
|
- noCache: true
|
414
|
|
- }
|
415
|
|
- },
|
416
|
|
- {//约束告知单
|
417
|
|
- path: '/patients/patient/:id/Constraintnotification',
|
418
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
|
419
|
|
- hidden: true,
|
420
|
|
- is_menu: false,
|
421
|
|
- name: 'Constraintnotification',
|
422
|
|
- meta: {
|
423
|
|
- title: 'Constraintnotification',
|
424
|
|
- noCache: true
|
425
|
|
- }
|
426
|
|
- },
|
427
|
|
- {//心理评估
|
428
|
|
- path: '/patients/patient/:id/mindAssessment',
|
429
|
|
- component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
|
430
|
|
- hidden: true,
|
431
|
|
- is_menu: false,
|
432
|
|
- name: 'mindAssessment',
|
433
|
|
- meta: {
|
434
|
|
- title: 'mindAssessment',
|
435
|
|
- noCache: true
|
436
|
|
- }
|
437
|
|
- },
|
438
|
|
- {//瘙痒评估
|
439
|
|
- path: '/patients/patient/:id/pruritusAssessment',
|
440
|
|
- component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
|
441
|
|
- hidden: true,
|
442
|
|
- is_menu: false,
|
443
|
|
- name: 'pruritusAssessment',
|
444
|
|
- meta: {
|
445
|
|
- title: 'pruritusAssessment',
|
446
|
|
- noCache: true
|
447
|
|
- }
|
448
|
|
- },
|
449
|
|
- {//血液透析患者评估
|
450
|
|
- path: '/patients/patient/:id/hemodialysis',
|
451
|
|
- component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
|
452
|
|
- hidden: true,
|
453
|
|
- is_menu: false,
|
454
|
|
- name: 'hemodialysis',
|
455
|
|
- meta: {
|
456
|
|
- title: 'hemodialysis',
|
457
|
|
- noCache: true
|
458
|
|
- }
|
459
|
|
- },
|
460
|
|
- {//Glasgow昏迷评分量表
|
461
|
|
- path: '/patients/patient/:id/Glasgow',
|
462
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
|
463
|
|
- hidden: true,
|
464
|
|
- is_menu: false,
|
465
|
|
- name: 'Glasgow',
|
466
|
|
- meta: {
|
467
|
|
- title: 'Glasgow',
|
468
|
|
- noCache: true
|
469
|
|
- }
|
470
|
|
- },
|
471
|
|
- {//肌力评估表
|
472
|
|
- path: '/patients/patient/:id/Muscleforce',
|
473
|
|
- component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
|
474
|
|
- hidden: true,
|
475
|
|
- is_menu: false,
|
476
|
|
- name: 'Muscleforce',
|
477
|
|
- meta: {
|
478
|
|
- title: 'Muscleforce',
|
479
|
|
- noCache: true
|
480
|
|
- }
|
481
|
|
- },
|
|
327
|
+ // {//评估工具/跌倒评估
|
|
328
|
+ // path: '/patients/patient/:id/Fallassessment',
|
|
329
|
+ // component: () => import('@/xt_pages/user/evaluationtool/Fallassessment'),
|
|
330
|
+ // hidden: true,
|
|
331
|
+ // is_menu: false,
|
|
332
|
+ // name: 'Fallassessment',
|
|
333
|
+ // meta: {
|
|
334
|
+ // title: 'firstDiseasePrint',
|
|
335
|
+ // noCache: true
|
|
336
|
+ // }
|
|
337
|
+ // },
|
|
338
|
+ // {//小儿跌倒风险评估
|
|
339
|
+ // path: '/patients/patient/:id/pediatricFallAssessment',
|
|
340
|
+ // component: () => import('@/xt_pages/user/evaluationtool/pediatricFallAssessment'),
|
|
341
|
+ // hidden: true,
|
|
342
|
+ // is_menu: false,
|
|
343
|
+ // name: 'pediatricFallAssessment',
|
|
344
|
+ // meta: {
|
|
345
|
+ // title: 'pediatricFallAssessment',
|
|
346
|
+ // noCache: true
|
|
347
|
+ // }
|
|
348
|
+ // },
|
|
349
|
+ // {//压疮风险评估
|
|
350
|
+ // path: '/patients/patient/:id/pressuresore',
|
|
351
|
+ // component: () => import('@/xt_pages/user/evaluationtool/pressuresore'),
|
|
352
|
+ // hidden: true,
|
|
353
|
+ // is_menu: false,
|
|
354
|
+ // name: 'pressuresore',
|
|
355
|
+ // meta: {
|
|
356
|
+ // title: 'pressuresore',
|
|
357
|
+ // noCache: true
|
|
358
|
+ // }
|
|
359
|
+ // },
|
|
360
|
+ // {//oh压疮评估
|
|
361
|
+ // path: '/patients/patient/:id/OHpressuresore',
|
|
362
|
+ // component: () => import('@/xt_pages/user/evaluationtool/OHpressuresore'),
|
|
363
|
+ // hidden: true,
|
|
364
|
+ // is_menu: false,
|
|
365
|
+ // name: 'OHpressuresore',
|
|
366
|
+ // meta: {
|
|
367
|
+ // title: 'OHpressuresore',
|
|
368
|
+ // noCache: true
|
|
369
|
+ // }
|
|
370
|
+ // },
|
|
371
|
+ //
|
|
372
|
+ // {//日常生活能力评估
|
|
373
|
+ // path: '/patients/patient/:id/dailyLife',
|
|
374
|
+ // component: () => import('@/xt_pages/user/evaluationtool/dailyLife'),
|
|
375
|
+ // hidden: true,
|
|
376
|
+ // is_menu: false,
|
|
377
|
+ // name: 'dailyLife',
|
|
378
|
+ // meta: {
|
|
379
|
+ // title: 'dailyLife',
|
|
380
|
+ // noCache: true
|
|
381
|
+ // }
|
|
382
|
+ // },
|
|
383
|
+ // {//导管脱落风险评估
|
|
384
|
+ // path: '/patients/patient/:id/Cathetershedding',
|
|
385
|
+ // component: () => import('@/xt_pages/user/evaluationtool/Cathetershedding'),
|
|
386
|
+ // hidden: true,
|
|
387
|
+ // is_menu: false,
|
|
388
|
+ // name: 'Cathetershedding',
|
|
389
|
+ // meta: {
|
|
390
|
+ // title: 'Cathetershedding',
|
|
391
|
+ // noCache: true
|
|
392
|
+ // }
|
|
393
|
+ // },
|
|
394
|
+ // {//RASS及疼痛评估
|
|
395
|
+ // path: '/patients/patient/:id/RassAssessment',
|
|
396
|
+ // component: () => import('@/xt_pages/user/evaluationtool/RassAssessment'),
|
|
397
|
+ // hidden: true,
|
|
398
|
+ // is_menu: false,
|
|
399
|
+ // name: 'RassAssessment',
|
|
400
|
+ // meta: {
|
|
401
|
+ // title: 'RassAssessment',
|
|
402
|
+ // noCache: true
|
|
403
|
+ // }
|
|
404
|
+ // },
|
|
405
|
+ // {//营养状况评估
|
|
406
|
+ // path: '/patients/patient/:id/nourishmentAssessment',
|
|
407
|
+ // component: () => import('@/xt_pages/user/evaluationtool/nourishmentAssessment'),
|
|
408
|
+ // hidden: true,
|
|
409
|
+ // is_menu: false,
|
|
410
|
+ // name: 'nourishmentAssessment',
|
|
411
|
+ // meta: {
|
|
412
|
+ // title: 'nourishmentAssessment',
|
|
413
|
+ // noCache: true
|
|
414
|
+ // }
|
|
415
|
+ // },
|
|
416
|
+ // {//约束告知单
|
|
417
|
+ // path: '/patients/patient/:id/Constraintnotification',
|
|
418
|
+ // component: () => import('@/xt_pages/user/evaluationtool/Constraintnotification'),
|
|
419
|
+ // hidden: true,
|
|
420
|
+ // is_menu: false,
|
|
421
|
+ // name: 'Constraintnotification',
|
|
422
|
+ // meta: {
|
|
423
|
+ // title: 'Constraintnotification',
|
|
424
|
+ // noCache: true
|
|
425
|
+ // }
|
|
426
|
+ // },
|
|
427
|
+ // {//心理评估
|
|
428
|
+ // path: '/patients/patient/:id/mindAssessment',
|
|
429
|
+ // component: () => import('@/xt_pages/user/evaluationtool/mindAssessment'),
|
|
430
|
+ // hidden: true,
|
|
431
|
+ // is_menu: false,
|
|
432
|
+ // name: 'mindAssessment',
|
|
433
|
+ // meta: {
|
|
434
|
+ // title: 'mindAssessment',
|
|
435
|
+ // noCache: true
|
|
436
|
+ // }
|
|
437
|
+ // },
|
|
438
|
+ // {//瘙痒评估
|
|
439
|
+ // path: '/patients/patient/:id/pruritusAssessment',
|
|
440
|
+ // component: () => import('@/xt_pages/user/evaluationtool/pruritusAssessment'),
|
|
441
|
+ // hidden: true,
|
|
442
|
+ // is_menu: false,
|
|
443
|
+ // name: 'pruritusAssessment',
|
|
444
|
+ // meta: {
|
|
445
|
+ // title: 'pruritusAssessment',
|
|
446
|
+ // noCache: true
|
|
447
|
+ // }
|
|
448
|
+ // },
|
|
449
|
+ // {//血液透析患者评估
|
|
450
|
+ // path: '/patients/patient/:id/hemodialysis',
|
|
451
|
+ // component: () => import('@/xt_pages/user/evaluationtool/hemodialysis'),
|
|
452
|
+ // hidden: true,
|
|
453
|
+ // is_menu: false,
|
|
454
|
+ // name: 'hemodialysis',
|
|
455
|
+ // meta: {
|
|
456
|
+ // title: 'hemodialysis',
|
|
457
|
+ // noCache: true
|
|
458
|
+ // }
|
|
459
|
+ // },
|
|
460
|
+ // {//Glasgow昏迷评分量表
|
|
461
|
+ // path: '/patients/patient/:id/Glasgow',
|
|
462
|
+ // component: () => import('@/xt_pages/user/evaluationtool/Glasgow'),
|
|
463
|
+ // hidden: true,
|
|
464
|
+ // is_menu: false,
|
|
465
|
+ // name: 'Glasgow',
|
|
466
|
+ // meta: {
|
|
467
|
+ // title: 'Glasgow',
|
|
468
|
+ // noCache: true
|
|
469
|
+ // }
|
|
470
|
+ // },
|
|
471
|
+ // {//肌力评估表
|
|
472
|
+ // path: '/patients/patient/:id/Muscleforce',
|
|
473
|
+ // component: () => import('@/xt_pages/user/evaluationtool/Muscleforce'),
|
|
474
|
+ // hidden: true,
|
|
475
|
+ // is_menu: false,
|
|
476
|
+ // name: 'Muscleforce',
|
|
477
|
+ // meta: {
|
|
478
|
+ // title: 'Muscleforce',
|
|
479
|
+ // noCache: true
|
|
480
|
+ // }
|
|
481
|
+ // },
|
482
|
482
|
]
|
483
|
483
|
}
|