123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465 |
- import Layout from '@/views/layout/Layout'
-
- export default {
- path: '/dialysis/',
- component: Layout,
- redirect: 'noredirect',
- name: 'dialysis',
- alwaysShow: true,
- meta: {
- title: 'dialysis',
- icon: 'touxi'
- },
- children: [
- // {
- // path: '/dialysis/home',
- // component: () => import('@/xt_pages/home/index'),
- // name: 'home',
- // meta: {
- // title: 'home',
- // noCache: true
- // }
- // },
- {
- path: '/dialysis/watch',
- component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),
- name: 'watch',
- meta: {
- title: 'watch',
- noCache: true
- }
- },
- // {
- // path: '/dialysis/board',
- // component: () => import('@/xt_pages/dialysis/bulletinBoard'),
- // name: '数据看板',
- // meta: {
- // title: '数据看板',
- // noCache: true
- // }
- // },
- {
- path: '/dialysis/dialysisDoctorAdvice',
- component: () => import('@/xt_pages/dialysis/dialysisDoctorAdvice'),
- name: '透析医嘱',
- meta: {
- title: '透析医嘱',
- noCache: true
- }
- },
- {
- path: '/dialysis/doctorAdvicePrint',
- component: () => import('@/xt_pages/dialysis/doctorAdvicePrint'),
- name: '透析医嘱打印',
- hidden: true,
- is_menu: false,
- meta: {
- title: '透析医嘱打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/consumableDrugs',
- component: () => import('@/xt_pages/dialysis/consumableDrugs'),
- name: '耗材药品',
- meta: {
- title: '耗材药品',
- noCache: true
- }
- },
- // {
- // path: '/dialysis/consumableDrugs_print',
- // component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
- // hidden: true,
- // is_menu: false,
- // name: 'consumableDrugs_print',
- // meta: {
- // title: 'consumableDrugs_print',
- // noCache: true
- // }
- // },
- // {
- // path: '/dialysis/dialysisDrugs_print',
- // component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
- // hidden: true,
- // is_menu: false,
- // name: 'dialysisDrugs_print',
- // meta: {
- // title: 'dialysisDrugs_print',
- // noCache: true
- // }
- // },
- // {
- // path: '/dialysis/dialysisParameters_print',
- // component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
- // hidden: true,
- // is_menu: false,
- // name: 'dialysisParameters_print',
- // meta: {
- // title: 'dialysisParameters_print',
- // noCache: true
- // }
- // },
- // {
- // path: '/dialysis/allSummary_print',
- // component: () => import('@/xt_pages/dialysis/allSummary_print'),
- // hidden: true,
- // is_menu: false,
- // name: 'allSummary_print',
- // meta: {
- // title: 'allSummary_print',
- // noCache: true
- // }
- // },
- {
- path: '/dialysis/record/:id',
- component: () => import('@/xt_pages/dialysis/dialysisPage'),
- hidden: true,
- is_menu: false,
- name: 'paper',
- meta: {
- title: 'paper',
- noCache: true
- }
- },
- {
- path: '/dialysis/print',
- component: () => import('@/xt_pages/dialysis/dialysisPrintOrder'),
- hidden: true,
- is_menu: false,
- name: 'dialysisPrintOrder',
- meta: {
- title: 'dialysisPrintOrder',
- noCache: true
- }
- },
-
- // { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
- // { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
-
- {
- path: '/dialysis/details',
- component: () => import('@/xt_pages/dialysis/details'),
- name: 'details',
- meta: {
- title: 'details'
- },
- hidden: true,
- is_menu: false,
- noCache: true
- },
- {
- path: '/dialysis/print/batch',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/other',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_other'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/three',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_three'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_one',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/four',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_four'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_one',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/five',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_five'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_one',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/six',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_six'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_six',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/seven',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_seven'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_seven',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/eight',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_eight'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_eight',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/nine',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_nine',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twelve',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twelve'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twelve',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirteen',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirteen'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_thirteen',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/fifteen',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_fifteen'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_fifteen',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twenty',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twenty'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twenty',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twentyTwo',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twentyTwo',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twentyFive',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyFive'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twentyFive',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirty',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirty'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_thirty',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirtyTwo',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_thirtyTwo',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirtyThree',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_thirtyThree',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirtyThree_one',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_one'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_thirtyThree_one',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirtyThree_two',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_two'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_thirtyThree_two',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twentyTwo_one',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_one'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twentyTwo_one',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twentyTwo_two',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_two'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twentyTwo_two',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/otherone',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_one',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/othertwo',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_other_two'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_two',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/fiveone',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_five_one'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_two',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/fivetwo',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_five_two'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_print_two_two',
- meta: {
- title: '批量打印',
- noCache: true
- }
- }
- ]
- }
|