123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872 |
- 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/dialysisDoctorAdvice',
- component: () => import('@/xt_pages/dialysis/newDoctorAdvice'),
- name: '透析医嘱',
- meta: {
- title: '透析医嘱',
- noCache: true
- }
- },
- {
- path: '/dialysis/longDoctorAdvice',
- component: () => import('@/xt_pages/dialysis/longDoctorAdvice'),
- name: '长期医嘱',
- meta: {
- title: '长期医嘱',
- noCache: true
- }
- },
- {
- path: '/dialysis/doctorlongAdvicePrint',
- component: () => import('@/xt_pages/dialysis/longDoctorAdvicePrint'),
- name: '长期医嘱打印',
- hidden: true,
- is_menu: false,
- 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/doctorAdvicePrint/one',
- component: () => import('@/xt_pages/dialysis/doctorAdvicePrintOne'),
- name: '透析医嘱打印',
- hidden: true,
- is_menu: false,
- meta: {
- title: '透析医嘱打印',
- noCache: true
- }
- },
-
- {
- path: '/dialysis/doctorAdviceStaticPrint',
- component: () => import('@/xt_pages/dialysis/doctorAdviceStaticPrint'),
- name: '透析医嘱统计打印',
- hidden: true,
- is_menu: false,
- meta: {
- title: '透析医嘱统计打印',
- noCache: true
- }
- },
-
- {
- path: '/dialysis/doctorNewAdviceStaticPrint',
- component: () => import('@/xt_pages/dialysis/doctorNewAdviceStaticPrint'),
- name: '透析医嘱统计打印',
- hidden: true,
- is_menu: false,
- meta: {
- title: '透析医嘱统计打印',
- noCache: true
- }
- },
-
- {
- path: '/dialysis/doctorLongNewAdvicePrint',
- component: () => import('@/xt_pages/dialysis/doctorLongNewAdvicePrint'),
- name: '透析医嘱统计打印',
- hidden: true,
- is_menu: false,
- meta: {
- title: '透析医嘱统计打印',
- noCache: true
- }
- },
-
- {
- path: '/dialysis/signPrint',
- component: () => import('@/xt_pages/dialysis/signPrint'),
- name: '标签打印',
- hidden: true,
- is_menu: false,
- meta: {
- title: '标签打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/signLongPrint',
- component: () => import('@/xt_pages/dialysis/longSignPrint'),
- 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/consumable/index',
- // component: () => import('@/xt_pages/dialysis/details/consumable/index'),
- // name: '透前准备',
- // meta: {
- // title: '透前准备',
- // noCache: true
- // }
- // },
- {
- path: '/dialysis/consumable/dialysisdrugprint',
- component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugPrint'),
- name: '透析药品',
- meta: {
- title: '透析药品',
- noCache: true
- },
- is_menu: false,
- hidden: true
- },
- {
- path: '/dialysis/consumable/dialysisdrugcountprint',
- component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugCountPrint'),
- name: '透析药品',
- meta: {
- title: '透析药品',
- noCache: true
- },
- is_menu: false,
- hidden: true
- },
- {
- path: '/dialysis/consumable/dialysisgoodprint',
- component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGoodPrint'),
- name: '透前耗材',
- meta: {
- title: '透前耗材',
- noCache: true
- },
- is_menu: false,
- hidden: true
- },
- {
- path: '/dialysis/consumable/dialysisgoodcountprint',
- component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGoodCountPrint'),
- name: '透前统计耗材',
- meta: {
- title: '透前统计耗材',
- noCache: true
- },
- is_menu: false,
- hidden: true
- },
- {
- path: '/dialysis/consumable/dialysis/print',
- component: () => import('@/xt_pages/dialysis/details/consumable/signPrint'),
- name: '标签打印',
- is_menu: false,
- hidden: true
- },
- {
- path: '/dialysis/consumable/dialysis/parameter/print',
- component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterPrint'),
- name: '透析统计耗材',
- meta: {
- title: '透析统计耗材',
- noCache: true
- },
- is_menu: false,
- hidden: true
- },
- {
- path: '/dialysis/consumable/dialysis/count/print',
- component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterCountPrint'),
- name: '透析参数耗材',
- meta: {
- title: '透析参数耗材',
- noCache: true
- },
- is_menu: false,
- hidden: 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/allsummarydialog_print',
- component: () => import('@/xt_pages/dialysis/allSummaryDialog_print'),
- hidden: true,
- is_menu: false,
- name: 'allSummaryDialog_print',
- meta: {
- title: 'allSummaryDialog_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/sixtyFive',
- // component: () =>
- // import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyFive'),
- // hidden: true,
- // is_menu: false,
- // name: 'dialysis_batch_sixtyFive',
- // meta: {
- // title: '批量打印',
- // noCache: true
- // }
- // },
- // {
- // path: '/dialysis/print/batch/fiftythree',
- // component: () =>
- // import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftythree'),
- // hidden: true,
- // is_menu: false,
- // name: 'dialysis_batch_fiftythree',
- // meta: {
- // title: '批量打印',
- // noCache: true
- // }
- // },
- {
- path: '/dialysis/print/batch/fiftynine',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftynine'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_fiftynine',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/sixty',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_sixty'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_sixty',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/sixtyOne',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyOne'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_sixtyOne',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/sixtyTwo',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_sixtyTwo',
- 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/seventeen',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_seventeen'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_seventeen',
- 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/twentySeven',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twentySeven'),
- hidden: true,
- is_menu: false,
- name: 'dialysis_batch_twentySeven',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/twentyEight',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyEight'),
- 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/thirtySeven',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtySeven'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_thirtySeven',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirtyEight',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyEight'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_thirtyEight',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/thirtyNine',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_thirtyNine',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/forty',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_forty'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_forty',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/fortyOne',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyOne'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_fortyOne',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/fortyThree',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyThree'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_fortyThree',
- 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
- }
- },
-
- {
- path: '/dialysis/print/batch/fiftyOne',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyOne'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_fiftyOne',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/print/batch/fiftyThree',
- component: () =>
- import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyThree'),
- hidden: true,
- is_menu: false,
- name: 'batch_print_order_fiftyThree',
- meta: {
- title: '批量打印',
- noCache: true
- }
- },
- {
- path: '/dialysis/flow',
- component: () => import('@/xt_pages/dialysis/dialysisFlow'),
- name: 'flow',
- meta: {
- title: 'flow',
- noCache: true
- }
- },
- ]
- }
|