dialysis.js 30KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/dialysis/',
  4. component: Layout,
  5. redirect: 'noredirect',
  6. name: 'dialysis',
  7. alwaysShow: true,
  8. meta: {
  9. title: 'dialysis',
  10. icon: 'touxi'
  11. },
  12. children: [
  13. // {
  14. // path: '/dialysis/home',
  15. // component: () => import('@/xt_pages/home/index'),
  16. // name: 'home',
  17. // meta: {
  18. // title: 'home',
  19. // noCache: true
  20. // }
  21. // },
  22. {
  23. path: '/dialysis/watch',
  24. component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),
  25. name: 'watch',
  26. meta: {
  27. title: 'watch',
  28. noCache: true
  29. }
  30. },
  31. // {
  32. // path: '/dialysis/board',
  33. // component: () => import('@/xt_pages/dialysis/bulletinBoard'),
  34. // name: '数据看板',
  35. // meta: {
  36. // title: '数据看板',
  37. // noCache: true
  38. // }
  39. // },
  40. // {
  41. // path: '/dialysis/dialysisDoctorAdvice',
  42. // component: () => import('@/xt_pages/dialysis/dialysisDoctorAdvice'),
  43. // name: '透析医嘱',
  44. // meta: {
  45. // title: '透析医嘱',
  46. // noCache: true
  47. // }
  48. // },
  49. {
  50. path: '/dialysis/dialysisDoctorAdvice',
  51. component: () => import('@/xt_pages/dialysis/newDoctorAdvice'),
  52. name: '透析医嘱',
  53. meta: {
  54. title: '透析医嘱',
  55. noCache: true
  56. }
  57. },
  58. // {
  59. // path: '/dialysis/patientDoctorAdvice',
  60. // component: () => import('@/xt_pages/dialysis/patientDoctorAdvice'),
  61. // name: '医嘱统计',
  62. // meta: {
  63. // title: '医嘱统计',
  64. // noCache: true
  65. // }
  66. // },
  67. {
  68. path: '/dialysis/longDoctorAdvice',
  69. component: () => import('@/xt_pages/dialysis/longDoctorAdvice'),
  70. name: '长期医嘱',
  71. meta: {
  72. title: '长期医嘱',
  73. noCache: true
  74. }
  75. },
  76. {
  77. path: '/dialysis/doctorlongAdvicePrint',
  78. component: () => import('@/xt_pages/dialysis/longDoctorAdvicePrint'),
  79. name: '长期医嘱打印',
  80. hidden: true,
  81. is_menu: false,
  82. meta: {
  83. title: '长期医嘱打印',
  84. noCache: true
  85. }
  86. },
  87. {
  88. path: '/dialysis/doctorAdvicePrint',
  89. component: () => import('@/xt_pages/dialysis/doctorAdvicePrint'),
  90. name: '透析医嘱打印',
  91. hidden: true,
  92. is_menu: false,
  93. meta: {
  94. title: '透析医嘱打印',
  95. noCache: true
  96. }
  97. },
  98. {
  99. path: '/dialysis/doctorAdvicePrint/one',
  100. component: () => import('@/xt_pages/dialysis/doctorAdvicePrintOne'),
  101. name: '透析医嘱打印',
  102. hidden: true,
  103. is_menu: false,
  104. meta: {
  105. title: '透析医嘱打印',
  106. noCache: true
  107. }
  108. },
  109. {
  110. path: '/dialysis/doctorAdvicePrint/two',
  111. component: () => import('@/xt_pages/dialysis/doctorAdvicePrintTwo'),
  112. name: '透析医嘱打印',
  113. hidden: true,
  114. is_menu: false,
  115. meta: {
  116. title: '透析医嘱打印',
  117. noCache: true
  118. }
  119. },
  120. {
  121. path: '/dialysis/doctorAdviceStaticPrint',
  122. component: () => import('@/xt_pages/dialysis/doctorAdviceStaticPrint'),
  123. name: '透析医嘱统计打印',
  124. hidden: true,
  125. is_menu: false,
  126. meta: {
  127. title: '透析医嘱统计打印',
  128. noCache: true
  129. }
  130. },
  131. {
  132. path: '/dialysis/doctorMonthAdviceStaticPrint',
  133. component: () => import('@/xt_pages/dialysis/doctorAdviceMonthStaticPrint'),
  134. name: '透析医嘱月统计打印',
  135. hidden: true,
  136. is_menu: false,
  137. meta: {
  138. title: '透析医嘱月统计打印',
  139. noCache: true
  140. }
  141. },
  142. {
  143. path: '/dialysis/dialysisRecordPrint',
  144. component: () => import('@/xt_pages/user/dialysisRecordPrint'),
  145. name: '并发症打印',
  146. hidden: true,
  147. is_menu: false,
  148. meta: {
  149. title: '并发症打印',
  150. noCache: true
  151. }
  152. },
  153. {
  154. path: '/dialysis/doctorNewAdviceStaticPrint',
  155. component: () => import('@/xt_pages/dialysis/doctorNewAdviceStaticPrint'),
  156. name: '透析医嘱统计打印',
  157. hidden: true,
  158. is_menu: false,
  159. meta: {
  160. title: '透析医嘱统计打印',
  161. noCache: true
  162. }
  163. },
  164. {
  165. path: '/dialysis/doctorLongNewAdvicePrint',
  166. component: () => import('@/xt_pages/dialysis/doctorLongNewAdvicePrint'),
  167. name: '透析医嘱统计打印',
  168. hidden: true,
  169. is_menu: false,
  170. meta: {
  171. title: '透析医嘱统计打印',
  172. noCache: true
  173. }
  174. },
  175. {
  176. path: '/dialysis/doctorNewProjectStaticPrint',
  177. component: () => import('@/xt_pages/dialysis/doctorNewProjectStaticPrint'),
  178. name: '透析耗材统计打印',
  179. hidden: true,
  180. is_menu: false,
  181. meta: {
  182. title: '透析耗材统计打印',
  183. noCache: true
  184. }
  185. },
  186. {
  187. path: '/dialysis/doctocAdviceProjectPrint',
  188. component: () => import('@/xt_pages/dialysis/doctorAdviceProjectPrint'),
  189. name: '透析耗材统计打印',
  190. hidden: true,
  191. is_menu: false,
  192. meta: {
  193. title: '透析耗材统计打印',
  194. noCache: true
  195. }
  196. },
  197. {
  198. path: '/dialysis/signPrint',
  199. component: () => import('@/xt_pages/dialysis/signPrint'),
  200. name: '标签打印',
  201. hidden: true,
  202. is_menu: false,
  203. meta: {
  204. title: '标签打印',
  205. noCache: true
  206. }
  207. },
  208. {
  209. path: '/dialysis/signLongPrint',
  210. component: () => import('@/xt_pages/dialysis/longSignPrint'),
  211. name: '标签打印',
  212. hidden: true,
  213. is_menu: false,
  214. meta: {
  215. title: '标签打印',
  216. noCache: true
  217. }
  218. },
  219. {
  220. path: '/dialysis/hisLongSignPrint',
  221. component: () => import('@/xt_pages/dialysis/hisLongSignPrint'),
  222. name: '标签打印',
  223. hidden: true,
  224. is_menu: false,
  225. meta: {
  226. title: '标签打印',
  227. noCache: true
  228. }
  229. },
  230. {
  231. path: '/dialysis/consumableDrugs',
  232. component: () => import('@/xt_pages/dialysis/consumableDrugs'),
  233. name: '耗材药品',
  234. meta: {
  235. title: '耗材药品',
  236. noCache: true
  237. }
  238. },
  239. // {
  240. // path: '/dialysis/consumable/index',
  241. // component: () => import('@/xt_pages/dialysis/details/consumable/index'),
  242. // name: '透前准备',
  243. // meta: {
  244. // title: '透前准备',
  245. // noCache: true
  246. // }
  247. // },
  248. {
  249. path: '/dialysis/consumable/dialysisdrugprint',
  250. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugPrint'),
  251. name: '透析药品',
  252. meta: {
  253. title: '透析药品',
  254. noCache: true
  255. },
  256. is_menu: false,
  257. hidden: true
  258. },
  259. {
  260. path: '/dialysis/consumable/dialysisdrugcountprint',
  261. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugCountPrint'),
  262. name: '透析药品',
  263. meta: {
  264. title: '透析药品',
  265. noCache: true
  266. },
  267. is_menu: false,
  268. hidden: true
  269. },
  270. {
  271. path: '/dialysis/consumable/dialysisgoodprint',
  272. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGoodPrint'),
  273. name: '透前耗材',
  274. meta: {
  275. title: '透前耗材',
  276. noCache: true
  277. },
  278. is_menu: false,
  279. hidden: true
  280. },
  281. {
  282. path: '/dialysis/consumable/dialysisgoodcountprint',
  283. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGoodCountPrint'),
  284. name: '透前统计耗材',
  285. meta: {
  286. title: '透前统计耗材',
  287. noCache: true
  288. },
  289. is_menu: false,
  290. hidden: true
  291. },
  292. {
  293. path: '/dialysis/consumable/dialysis/print',
  294. component: () => import('@/xt_pages/dialysis/details/consumable/signPrint'),
  295. name: '标签打印',
  296. is_menu: false,
  297. hidden: true
  298. },
  299. {
  300. path: '/dialysis/consumable/dialysis/parameter/print',
  301. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterPrint'),
  302. name: '透析统计耗材',
  303. meta: {
  304. title: '透析统计耗材',
  305. noCache: true
  306. },
  307. is_menu: false,
  308. hidden: true
  309. },
  310. {
  311. path: '/dialysis/consumable/dialysis/count/print',
  312. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterCountPrint'),
  313. name: '透析参数耗材',
  314. meta: {
  315. title: '透析参数耗材',
  316. noCache: true
  317. },
  318. is_menu: false,
  319. hidden: true
  320. },
  321. {
  322. path: '/dialysis/consumableDrugs_print',
  323. component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
  324. hidden: true,
  325. is_menu: false,
  326. name: 'consumableDrugs_print',
  327. meta: {
  328. title: 'consumableDrugs_print',
  329. noCache: true
  330. }
  331. },
  332. {
  333. path: '/dialysis/dialysisDrugs_print',
  334. component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
  335. hidden: true,
  336. is_menu: false,
  337. name: 'dialysisDrugs_print',
  338. meta: {
  339. title: 'dialysisDrugs_print',
  340. noCache: true
  341. }
  342. },
  343. {
  344. path: '/dialysis/dialysisParameters_print',
  345. component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
  346. hidden: true,
  347. is_menu: false,
  348. name: 'dialysisParameters_print',
  349. meta: {
  350. title: 'dialysisParameters_print',
  351. noCache: true
  352. }
  353. },
  354. {
  355. path: '/dialysis/allSummary_print',
  356. component: () => import('@/xt_pages/dialysis/allSummary_print'),
  357. hidden: true,
  358. is_menu: false,
  359. name: 'allSummary_print',
  360. meta: {
  361. title: 'allSummary_print',
  362. noCache: true
  363. }
  364. },
  365. {
  366. path: '/dialysis/allsummarydialog_print',
  367. component: () => import('@/xt_pages/dialysis/allSummaryDialog_print'),
  368. hidden: true,
  369. is_menu: false,
  370. name: 'allSummaryDialog_print',
  371. meta: {
  372. title: 'allSummaryDialog_print',
  373. noCache: true
  374. }
  375. },
  376. {
  377. path: '/dialysis/record/:id',
  378. component: () => import('@/xt_pages/dialysis/dialysisPage'),
  379. hidden: true,
  380. is_menu: false,
  381. name: 'paper',
  382. meta: {
  383. title: 'paper',
  384. noCache: true
  385. }
  386. },
  387. {
  388. path: '/dialysis/print',
  389. component: () => import('@/xt_pages/dialysis/dialysisPrintOrder'),
  390. hidden: true,
  391. is_menu: false,
  392. name: 'dialysisPrintOrder',
  393. meta: {
  394. title: 'dialysisPrintOrder',
  395. noCache: true
  396. }
  397. },
  398. // { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
  399. // { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
  400. {
  401. path: '/dialysis/details',
  402. component: () => import('@/xt_pages/dialysis/details'),
  403. name: 'details',
  404. meta: {
  405. title: 'details'
  406. },
  407. hidden: true,
  408. is_menu: false,
  409. noCache: true
  410. },
  411. // 透析记录2
  412. {
  413. path: '/dialysis/details/indexs',
  414. component: () => import('@/xt_pages/dialysis/details/indexs'),
  415. name: 'details',
  416. meta: {
  417. title: 'details'
  418. },
  419. hidden: true,
  420. is_menu: false,
  421. noCache: true
  422. },
  423. {
  424. path: '/dialysis/print/batch',
  425. component: () =>
  426. import('@/xt_pages/dialysis/batch_print/batch_print_order'),
  427. hidden: true,
  428. is_menu: false,
  429. name: 'dialysis_batch_print',
  430. meta: {
  431. title: '批量打印',
  432. noCache: true
  433. }
  434. },
  435. {
  436. path: '/dialysis/print/batch/other',
  437. component: () =>
  438. import('@/xt_pages/dialysis/batch_print/batch_print_order_other'),
  439. hidden: true,
  440. is_menu: false,
  441. name: 'dialysis_batch_print_two',
  442. meta: {
  443. title: '批量打印',
  444. noCache: true
  445. }
  446. },
  447. {
  448. path: '/dialysis/print/batch/three',
  449. component: () =>
  450. import('@/xt_pages/dialysis/batch_print/batch_print_order_three'),
  451. hidden: true,
  452. is_menu: false,
  453. name: 'dialysis_batch_print_two_one',
  454. meta: {
  455. title: '批量打印',
  456. noCache: true
  457. }
  458. },
  459. {
  460. path: '/dialysis/print/batch/four',
  461. component: () =>
  462. import('@/xt_pages/dialysis/batch_print/batch_print_order_four'),
  463. hidden: true,
  464. is_menu: false,
  465. name: 'dialysis_batch_print_two_one',
  466. meta: {
  467. title: '批量打印',
  468. noCache: true
  469. }
  470. },
  471. {
  472. path: '/dialysis/print/batch/five',
  473. component: () =>
  474. import('@/xt_pages/dialysis/batch_print/batch_print_order_five'),
  475. hidden: true,
  476. is_menu: false,
  477. name: 'dialysis_batch_print_two_one',
  478. meta: {
  479. title: '批量打印',
  480. noCache: true
  481. }
  482. },
  483. {
  484. path: '/dialysis/print/batch/six',
  485. component: () =>
  486. import('@/xt_pages/dialysis/batch_print/batch_print_order_six'),
  487. hidden: true,
  488. is_menu: false,
  489. name: 'dialysis_batch_six',
  490. meta: {
  491. title: '批量打印',
  492. noCache: true
  493. }
  494. },
  495. {
  496. path: '/dialysis/print/batch/sixtyeight',
  497. component: () =>
  498. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyeight'),
  499. hidden: true,
  500. is_menu: false,
  501. name: 'dialysis_batch_sixtyeight',
  502. meta: {
  503. title: '批量打印',
  504. noCache: true
  505. }
  506. },
  507. {
  508. path: '/dialysis/print/batch/sixtyFive',
  509. component: () =>
  510. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyFive'),
  511. hidden: true,
  512. is_menu: false,
  513. name: 'dialysis_batch_sixtyFive',
  514. meta: {
  515. title: '批量打印',
  516. noCache: true
  517. }
  518. },
  519. {
  520. path: '/dialysis/print/batch/sixtysix',
  521. component: () =>
  522. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtysix'),
  523. hidden: true,
  524. is_menu: false,
  525. name: 'dialysis_batch_sixtysix',
  526. meta: {
  527. title: '批量打印',
  528. noCache: true
  529. }
  530. },
  531. // {
  532. // path: '/dialysis/print/batch/fiftythree',
  533. // component: () =>
  534. // import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftythree'),
  535. // hidden: true,
  536. // is_menu: false,
  537. // name: 'dialysis_batch_fiftythree',
  538. // meta: {
  539. // title: '批量打印',
  540. // noCache: true
  541. // }
  542. // },
  543. {
  544. path: '/dialysis/print/batch/fiftynine',
  545. component: () =>
  546. import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftynine'),
  547. hidden: true,
  548. is_menu: false,
  549. name: 'dialysis_batch_fiftynine',
  550. meta: {
  551. title: '批量打印',
  552. noCache: true
  553. }
  554. },
  555. {
  556. path: '/dialysis/print/batch/sixty',
  557. component: () =>
  558. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixty'),
  559. hidden: true,
  560. is_menu: false,
  561. name: 'dialysis_batch_sixty',
  562. meta: {
  563. title: '批量打印',
  564. noCache: true
  565. }
  566. },
  567. {
  568. path: '/dialysis/print/batch/sixtyOne',
  569. component: () =>
  570. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyOne'),
  571. hidden: true,
  572. is_menu: false,
  573. name: 'dialysis_batch_sixtyOne',
  574. meta: {
  575. title: '批量打印',
  576. noCache: true
  577. }
  578. },
  579. {
  580. path: '/dialysis/print/batch/sixtyTwo',
  581. component: () =>
  582. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo'),
  583. hidden: true,
  584. is_menu: false,
  585. name: 'dialysis_batch_sixtyTwo',
  586. meta: {
  587. title: '批量打印',
  588. noCache: true
  589. }
  590. },
  591. {
  592. path: '/dialysis/print/batch/sixtyseven',
  593. component: () =>
  594. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyseven'),
  595. hidden: true,
  596. is_menu: false,
  597. name: 'dialysis_batch_sixtyseven',
  598. meta: {
  599. title: '批量打印',
  600. noCache: true
  601. }
  602. },
  603. {
  604. path: '/dialysis/print/batch/seven',
  605. component: () =>
  606. import('@/xt_pages/dialysis/batch_print/batch_print_order_seven'),
  607. hidden: true,
  608. is_menu: false,
  609. name: 'dialysis_batch_seven',
  610. meta: {
  611. title: '批量打印',
  612. noCache: true
  613. }
  614. },
  615. {
  616. path: '/dialysis/print/batch/eight',
  617. component: () =>
  618. import('@/xt_pages/dialysis/batch_print/batch_print_order_eight'),
  619. hidden: true,
  620. is_menu: false,
  621. name: 'dialysis_batch_eight',
  622. meta: {
  623. title: '批量打印',
  624. noCache: true
  625. }
  626. },
  627. {
  628. path: '/dialysis/print/batch/nine',
  629. component: () =>
  630. import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
  631. hidden: true,
  632. is_menu: false,
  633. name: 'dialysis_batch_nine',
  634. meta: {
  635. title: '批量打印',
  636. noCache: true
  637. }
  638. },
  639. {
  640. path: '/dialysis/print/batch/Eleven',
  641. component: () =>
  642. import('@/xt_pages/dialysis/batch_print/batch_print_order_Eleven'),
  643. hidden: true,
  644. is_menu: false,
  645. name: 'dialysis_batch_nine',
  646. meta: {
  647. title: '批量打印',
  648. noCache: true
  649. }
  650. },
  651. {
  652. path: '/dialysis/print/batch/twelve',
  653. component: () =>
  654. import('@/xt_pages/dialysis/batch_print/batch_print_order_twelve'),
  655. hidden: true,
  656. is_menu: false,
  657. name: 'dialysis_batch_twelve',
  658. meta: {
  659. title: '批量打印',
  660. noCache: true
  661. }
  662. },
  663. {
  664. path: '/dialysis/print/batch/thirteen',
  665. component: () =>
  666. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirteen'),
  667. hidden: true,
  668. is_menu: false,
  669. name: 'dialysis_batch_thirteen',
  670. meta: {
  671. title: '批量打印',
  672. noCache: true
  673. }
  674. },
  675. {
  676. path: '/dialysis/print/batch/fifteen',
  677. component: () =>
  678. import('@/xt_pages/dialysis/batch_print/batch_print_order_fifteen'),
  679. hidden: true,
  680. is_menu: false,
  681. name: 'dialysis_batch_fifteen',
  682. meta: {
  683. title: '批量打印',
  684. noCache: true
  685. }
  686. },
  687. {
  688. path: '/dialysis/print/batch/seventeen',
  689. component: () =>
  690. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventeen'),
  691. hidden: true,
  692. is_menu: false,
  693. name: 'dialysis_batch_seventeen',
  694. meta: {
  695. title: '批量打印',
  696. noCache: true
  697. }
  698. },
  699. {
  700. path: '/dialysis/print/batch/twenty',
  701. component: () =>
  702. import('@/xt_pages/dialysis/batch_print/batch_print_order_twenty'),
  703. hidden: true,
  704. is_menu: false,
  705. name: 'dialysis_batch_twenty',
  706. meta: {
  707. title: '批量打印',
  708. noCache: true
  709. }
  710. },
  711. {
  712. path: '/dialysis/print/batch/twentyTwo',
  713. component: () =>
  714. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo'),
  715. hidden: true,
  716. is_menu: false,
  717. name: 'dialysis_batch_twentyTwo',
  718. meta: {
  719. title: '批量打印',
  720. noCache: true
  721. }
  722. },
  723. {
  724. path: '/dialysis/print/batch/twentyFive',
  725. component: () =>
  726. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyFive'),
  727. hidden: true,
  728. is_menu: false,
  729. name: 'dialysis_batch_twentyFive',
  730. meta: {
  731. title: '批量打印',
  732. noCache: true
  733. }
  734. },
  735. {
  736. path: '/dialysis/print/batch/twentySeven',
  737. component: () =>
  738. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentySeven'),
  739. hidden: true,
  740. is_menu: false,
  741. name: 'dialysis_batch_twentySeven',
  742. meta: {
  743. title: '批量打印',
  744. noCache: true
  745. }
  746. },
  747. {
  748. path: '/dialysis/print/batch/twentyEight',
  749. component: () =>
  750. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyEight'),
  751. hidden: true,
  752. is_menu: false,
  753. name: 'dialysis_batch_twentyFive',
  754. meta: {
  755. title: '批量打印',
  756. noCache: true
  757. }
  758. },
  759. {
  760. path: '/dialysis/print/batch/thirty',
  761. component: () =>
  762. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirty'),
  763. hidden: true,
  764. is_menu: false,
  765. name: 'dialysis_batch_thirty',
  766. meta: {
  767. title: '批量打印',
  768. noCache: true
  769. }
  770. },
  771. {
  772. path: '/dialysis/print/batch/thirtyTwo',
  773. component: () =>
  774. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo'),
  775. hidden: true,
  776. is_menu: false,
  777. name: 'batch_print_order_thirtyTwo',
  778. meta: {
  779. title: '批量打印',
  780. noCache: true
  781. }
  782. },
  783. {
  784. path: '/dialysis/print/batch/thirtyThree',
  785. component: () =>
  786. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree'),
  787. hidden: true,
  788. is_menu: false,
  789. name: 'batch_print_order_thirtyThree',
  790. meta: {
  791. title: '批量打印',
  792. noCache: true
  793. }
  794. },
  795. {
  796. path: '/dialysis/print/batch/thirtySeven',
  797. component: () =>
  798. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtySeven'),
  799. hidden: true,
  800. is_menu: false,
  801. name: 'batch_print_order_thirtySeven',
  802. meta: {
  803. title: '批量打印',
  804. noCache: true
  805. }
  806. },
  807. {
  808. path: '/dialysis/print/batch/thirtyEight',
  809. component: () =>
  810. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyEight'),
  811. hidden: true,
  812. is_menu: false,
  813. name: 'batch_print_order_thirtyEight',
  814. meta: {
  815. title: '批量打印',
  816. noCache: true
  817. }
  818. },
  819. {
  820. path: '/dialysis/print/batch/thirtyNine',
  821. component: () =>
  822. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine'),
  823. hidden: true,
  824. is_menu: false,
  825. name: 'batch_print_order_thirtyNine',
  826. meta: {
  827. title: '批量打印',
  828. noCache: true
  829. }
  830. },
  831. {
  832. path: '/dialysis/print/batch/forty',
  833. component: () =>
  834. import('@/xt_pages/dialysis/batch_print/batch_print_order_forty'),
  835. hidden: true,
  836. is_menu: false,
  837. name: 'batch_print_order_forty',
  838. meta: {
  839. title: '批量打印',
  840. noCache: true
  841. }
  842. },
  843. {
  844. path: '/dialysis/print/batch/fortyeight',
  845. component: () =>
  846. import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyeight'),
  847. hidden: true,
  848. is_menu: false,
  849. name: 'batch_print_order_fortyeight',
  850. meta: {
  851. title: '批量打印',
  852. noCache: true
  853. }
  854. },
  855. {
  856. path: '/dialysis/print/batch/fortyOne',
  857. component: () =>
  858. import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyOne'),
  859. hidden: true,
  860. is_menu: false,
  861. name: 'batch_print_order_fortyOne',
  862. meta: {
  863. title: '批量打印',
  864. noCache: true
  865. }
  866. },
  867. {
  868. path: '/dialysis/print/batch/fortyThree',
  869. component: () =>
  870. import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyThree'),
  871. hidden: true,
  872. is_menu: false,
  873. name: 'batch_print_order_fortyThree',
  874. meta: {
  875. title: '批量打印',
  876. noCache: true
  877. }
  878. },
  879. {
  880. path: '/dialysis/print/batch/thirtyThree_one',
  881. component: () =>
  882. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_one'),
  883. hidden: true,
  884. is_menu: false,
  885. name: 'dialysis_batch_print_thirtyThree_one',
  886. meta: {
  887. title: '批量打印',
  888. noCache: true
  889. }
  890. },
  891. {
  892. path: '/dialysis/print/batch/thirtyThree_two',
  893. component: () =>
  894. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_two'),
  895. hidden: true,
  896. is_menu: false,
  897. name: 'dialysis_batch_print_thirtyThree_two',
  898. meta: {
  899. title: '批量打印',
  900. noCache: true
  901. }
  902. },
  903. {
  904. path: '/dialysis/print/batch/twentyTwo_one',
  905. component: () =>
  906. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_one'),
  907. hidden: true,
  908. is_menu: false,
  909. name: 'dialysis_batch_twentyTwo_one',
  910. meta: {
  911. title: '批量打印',
  912. noCache: true
  913. }
  914. },
  915. {
  916. path: '/dialysis/print/batch/twentyTwo_two',
  917. component: () =>
  918. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_two'),
  919. hidden: true,
  920. is_menu: false,
  921. name: 'dialysis_batch_twentyTwo_two',
  922. meta: {
  923. title: '批量打印',
  924. noCache: true
  925. }
  926. },
  927. {
  928. path: '/dialysis/print/batch/otherone',
  929. component: () =>
  930. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
  931. hidden: true,
  932. is_menu: false,
  933. name: 'dialysis_batch_print_two_one',
  934. meta: {
  935. title: '批量打印',
  936. noCache: true
  937. }
  938. },
  939. {
  940. path: '/dialysis/print/batch/othertwo',
  941. component: () =>
  942. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_two'),
  943. hidden: true,
  944. is_menu: false,
  945. name: 'dialysis_batch_print_two_two',
  946. meta: {
  947. title: '批量打印',
  948. noCache: true
  949. }
  950. },
  951. {
  952. path: '/dialysis/print/batch/fiveone',
  953. component: () =>
  954. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_one'),
  955. hidden: true,
  956. is_menu: false,
  957. name: 'dialysis_batch_print_two_two',
  958. meta: {
  959. title: '批量打印',
  960. noCache: true
  961. }
  962. },
  963. {
  964. path: '/dialysis/print/batch/fivetwo',
  965. component: () =>
  966. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_two'),
  967. hidden: true,
  968. is_menu: false,
  969. name: 'dialysis_batch_print_two_two',
  970. meta: {
  971. title: '批量打印',
  972. noCache: true
  973. }
  974. },
  975. {
  976. path: '/dialysis/print/batch/fiftyOne',
  977. component: () =>
  978. import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyOne'),
  979. hidden: true,
  980. is_menu: false,
  981. name: 'batch_print_order_fiftyOne',
  982. meta: {
  983. title: '批量打印',
  984. noCache: true
  985. }
  986. },
  987. {
  988. path: '/dialysis/print/batch/fiftyThree',
  989. component: () =>
  990. import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyThree'),
  991. hidden: true,
  992. is_menu: false,
  993. name: 'batch_print_order_fiftyThree',
  994. meta: {
  995. title: '批量打印',
  996. noCache: true
  997. }
  998. },
  999. {
  1000. path: '/dialysis/print/batch/seventy',
  1001. component: () =>
  1002. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventy'),
  1003. hidden: true,
  1004. is_menu: false,
  1005. name: 'batch_print_order_seventy',
  1006. meta: {
  1007. title: '批量打印',
  1008. noCache: true
  1009. }
  1010. },
  1011. {
  1012. path: '/dialysis/print/batch/seventyone',
  1013. component: () =>
  1014. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventyone'),
  1015. hidden: true,
  1016. is_menu: false,
  1017. name: 'batch_print_order_seventyone',
  1018. meta: {
  1019. title: '批量打印',
  1020. noCache: true
  1021. }
  1022. },
  1023. {
  1024. path: '/dialysis/print/batch/seventytwo',
  1025. component: () =>
  1026. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventytwo'),
  1027. hidden: true,
  1028. is_menu: false,
  1029. name: 'batch_print_order_seventytwo',
  1030. meta: {
  1031. title: '批量打印',
  1032. noCache: true
  1033. }
  1034. },
  1035. {
  1036. path: '/dialysis/print/batch/seventythree',
  1037. component: () =>
  1038. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventythree'),
  1039. hidden: true,
  1040. is_menu: false,
  1041. name: 'batch_print_order_seventythree',
  1042. meta: {
  1043. title: '批量打印',
  1044. noCache: true
  1045. }
  1046. },
  1047. {//74
  1048. path: '/dialysis/print/batch/seventyfour',
  1049. component: () =>
  1050. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventyfour'),
  1051. hidden: true,
  1052. is_menu: false,
  1053. name: 'batch_print_order_seventyfour',
  1054. meta: {
  1055. title: '批量打印',
  1056. noCache: true
  1057. }
  1058. },
  1059. {//75
  1060. path: '/dialysis/print/batch/seventyfive',
  1061. component: () =>
  1062. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventyfive'),
  1063. hidden: true,
  1064. is_menu: false,
  1065. name: 'batch_print_order_seventyfive',
  1066. meta: {
  1067. title: '批量打印',
  1068. noCache: true
  1069. }
  1070. },
  1071. {//76
  1072. path: '/dialysis/print/batch/Seventysix',
  1073. component: () =>
  1074. import('@/xt_pages/dialysis/batch_print/batch_print_order_Seventysix'),
  1075. hidden: true,
  1076. is_menu: false,
  1077. name: 'batch_print_order_Seventysix',
  1078. meta: {
  1079. title: '批量打印',
  1080. noCache: true
  1081. }
  1082. },
  1083. {//78
  1084. path: '/dialysis/print/batch/seventyeight',
  1085. component: () =>
  1086. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventyeight'),
  1087. hidden: true,
  1088. is_menu: false,
  1089. name: 'batch_print_order_seventyeight',
  1090. meta: {
  1091. title: '批量打印',
  1092. noCache: true
  1093. }
  1094. },
  1095. {//79
  1096. path: '/dialysis/print/batch/seventynine',
  1097. component: () =>
  1098. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventynine'),
  1099. hidden: true,
  1100. is_menu: false,
  1101. name: 'batch_print_order_seventynine',
  1102. meta: {
  1103. title: '批量打印',
  1104. noCache: true
  1105. }
  1106. },
  1107. {//80
  1108. path: '/dialysis/print/batch/eighty',
  1109. component: () =>
  1110. import('@/xt_pages/dialysis/batch_print/batch_print_order_eighty'),
  1111. hidden: true,
  1112. is_menu: false,
  1113. name: 'batch_print_order_eighty',
  1114. meta: {
  1115. title: '批量打印',
  1116. noCache: true
  1117. }
  1118. },
  1119. {//80
  1120. path: '/dialysis/print/batch/eightyone',
  1121. component: () =>
  1122. import('@/xt_pages/dialysis/batch_print/batch_print_order_eightyone'),
  1123. hidden: true,
  1124. is_menu: false,
  1125. name: 'batch_print_order_eightyone',
  1126. meta: {
  1127. title: '批量打印',
  1128. noCache: true
  1129. }
  1130. },
  1131. {
  1132. path: '/dialysis/flow',
  1133. component: () => import('@/xt_pages/dialysis/dialysisFlow'),
  1134. name: 'flow',
  1135. meta: {
  1136. title: 'flow',
  1137. noCache: true
  1138. }
  1139. },
  1140. {
  1141. path: '/dialysis/consumable/dialysis/gather/print',
  1142. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGatherPrint'),
  1143. name: '汇总',
  1144. meta: {
  1145. title: '汇总',
  1146. noCache: true
  1147. },
  1148. is_menu: false,
  1149. hidden: true
  1150. },
  1151. ]
  1152. }