Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

dialysis.js 21KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829
  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/doctorAdvicePrint',
  60. component: () => import('@/xt_pages/dialysis/doctorAdvicePrint'),
  61. name: '透析医嘱打印',
  62. hidden: true,
  63. is_menu: false,
  64. meta: {
  65. title: '透析医嘱打印',
  66. noCache: true
  67. }
  68. },
  69. {
  70. path: '/dialysis/doctorAdvicePrint/one',
  71. component: () => import('@/xt_pages/dialysis/doctorAdvicePrintOne'),
  72. name: '透析医嘱打印',
  73. hidden: true,
  74. is_menu: false,
  75. meta: {
  76. title: '透析医嘱打印',
  77. noCache: true
  78. }
  79. },
  80. {
  81. path: '/dialysis/doctorAdviceStaticPrint',
  82. component: () => import('@/xt_pages/dialysis/doctorAdviceStaticPrint'),
  83. name: '透析医嘱统计打印',
  84. hidden: true,
  85. is_menu: false,
  86. meta: {
  87. title: '透析医嘱统计打印',
  88. noCache: true
  89. }
  90. },
  91. {
  92. path: '/dialysis/doctorNewAdviceStaticPrint',
  93. component: () => import('@/xt_pages/dialysis/doctorNewAdviceStaticPrint'),
  94. name: '透析医嘱统计打印',
  95. hidden: true,
  96. is_menu: false,
  97. meta: {
  98. title: '透析医嘱统计打印',
  99. noCache: true
  100. }
  101. },
  102. {
  103. path: '/dialysis/signPrint',
  104. component: () => import('@/xt_pages/dialysis/signPrint'),
  105. name: '标签打印',
  106. hidden: true,
  107. is_menu: false,
  108. meta: {
  109. title: '标签打印',
  110. noCache: true
  111. }
  112. },
  113. {
  114. path: '/dialysis/consumableDrugs',
  115. component: () => import('@/xt_pages/dialysis/consumableDrugs'),
  116. name: '耗材药品',
  117. meta: {
  118. title: '耗材药品',
  119. noCache: true
  120. }
  121. },
  122. // {
  123. // path: '/dialysis/consumable/index',
  124. // component: () => import('@/xt_pages/dialysis/details/consumable/index'),
  125. // name: '透前准备',
  126. // meta: {
  127. // title: '透前准备',
  128. // noCache: true
  129. // }
  130. // },
  131. {
  132. path: '/dialysis/consumable/dialysisdrugprint',
  133. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugPrint'),
  134. name: '透析药品',
  135. meta: {
  136. title: '透析药品',
  137. noCache: true
  138. },
  139. is_menu: false,
  140. hidden: true
  141. },
  142. {
  143. path: '/dialysis/consumable/dialysisdrugcountprint',
  144. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisDrugCountPrint'),
  145. name: '透析药品',
  146. meta: {
  147. title: '透析药品',
  148. noCache: true
  149. },
  150. is_menu: false,
  151. hidden: true
  152. },
  153. {
  154. path: '/dialysis/consumable/dialysisgoodprint',
  155. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGoodPrint'),
  156. name: '透前耗材',
  157. meta: {
  158. title: '透前耗材',
  159. noCache: true
  160. },
  161. is_menu: false,
  162. hidden: true
  163. },
  164. {
  165. path: '/dialysis/consumable/dialysisgoodcountprint',
  166. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisGoodCountPrint'),
  167. name: '透前统计耗材',
  168. meta: {
  169. title: '透前统计耗材',
  170. noCache: true
  171. },
  172. is_menu: false,
  173. hidden: true
  174. },
  175. {
  176. path: '/dialysis/consumable/dialysis/print',
  177. component: () => import('@/xt_pages/dialysis/details/consumable/signPrint'),
  178. name: '标签打印',
  179. is_menu: false,
  180. hidden: true
  181. },
  182. {
  183. path: '/dialysis/consumable/dialysis/parameter/print',
  184. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterPrint'),
  185. name: '透析统计耗材',
  186. meta: {
  187. title: '透析统计耗材',
  188. noCache: true
  189. },
  190. is_menu: false,
  191. hidden: true
  192. },
  193. {
  194. path: '/dialysis/consumable/dialysis/count/print',
  195. component: () => import('@/xt_pages/dialysis/details/consumable/dialysisParameterCountPrint'),
  196. name: '透析参数耗材',
  197. meta: {
  198. title: '透析参数耗材',
  199. noCache: true
  200. },
  201. is_menu: false,
  202. hidden: true
  203. },
  204. {
  205. path: '/dialysis/consumableDrugs_print',
  206. component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
  207. hidden: true,
  208. is_menu: false,
  209. name: 'consumableDrugs_print',
  210. meta: {
  211. title: 'consumableDrugs_print',
  212. noCache: true
  213. }
  214. },
  215. {
  216. path: '/dialysis/dialysisDrugs_print',
  217. component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
  218. hidden: true,
  219. is_menu: false,
  220. name: 'dialysisDrugs_print',
  221. meta: {
  222. title: 'dialysisDrugs_print',
  223. noCache: true
  224. }
  225. },
  226. {
  227. path: '/dialysis/dialysisParameters_print',
  228. component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
  229. hidden: true,
  230. is_menu: false,
  231. name: 'dialysisParameters_print',
  232. meta: {
  233. title: 'dialysisParameters_print',
  234. noCache: true
  235. }
  236. },
  237. {
  238. path: '/dialysis/allSummary_print',
  239. component: () => import('@/xt_pages/dialysis/allSummary_print'),
  240. hidden: true,
  241. is_menu: false,
  242. name: 'allSummary_print',
  243. meta: {
  244. title: 'allSummary_print',
  245. noCache: true
  246. }
  247. },
  248. {
  249. path: '/dialysis/allsummarydialog_print',
  250. component: () => import('@/xt_pages/dialysis/allSummaryDialog_print'),
  251. hidden: true,
  252. is_menu: false,
  253. name: 'allSummaryDialog_print',
  254. meta: {
  255. title: 'allSummaryDialog_print',
  256. noCache: true
  257. }
  258. },
  259. {
  260. path: '/dialysis/record/:id',
  261. component: () => import('@/xt_pages/dialysis/dialysisPage'),
  262. hidden: true,
  263. is_menu: false,
  264. name: 'paper',
  265. meta: {
  266. title: 'paper',
  267. noCache: true
  268. }
  269. },
  270. {
  271. path: '/dialysis/print',
  272. component: () => import('@/xt_pages/dialysis/dialysisPrintOrder'),
  273. hidden: true,
  274. is_menu: false,
  275. name: 'dialysisPrintOrder',
  276. meta: {
  277. title: 'dialysisPrintOrder',
  278. noCache: true
  279. }
  280. },
  281. // { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
  282. // { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
  283. {
  284. path: '/dialysis/details',
  285. component: () => import('@/xt_pages/dialysis/details'),
  286. name: 'details',
  287. meta: {
  288. title: 'details'
  289. },
  290. hidden: true,
  291. is_menu: false,
  292. noCache: true
  293. },
  294. {
  295. path: '/dialysis/print/batch',
  296. component: () =>
  297. import('@/xt_pages/dialysis/batch_print/batch_print_order'),
  298. hidden: true,
  299. is_menu: false,
  300. name: 'dialysis_batch_print',
  301. meta: {
  302. title: '批量打印',
  303. noCache: true
  304. }
  305. },
  306. {
  307. path: '/dialysis/print/batch/other',
  308. component: () =>
  309. import('@/xt_pages/dialysis/batch_print/batch_print_order_other'),
  310. hidden: true,
  311. is_menu: false,
  312. name: 'dialysis_batch_print_two',
  313. meta: {
  314. title: '批量打印',
  315. noCache: true
  316. }
  317. },
  318. {
  319. path: '/dialysis/print/batch/three',
  320. component: () =>
  321. import('@/xt_pages/dialysis/batch_print/batch_print_order_three'),
  322. hidden: true,
  323. is_menu: false,
  324. name: 'dialysis_batch_print_two_one',
  325. meta: {
  326. title: '批量打印',
  327. noCache: true
  328. }
  329. },
  330. {
  331. path: '/dialysis/print/batch/four',
  332. component: () =>
  333. import('@/xt_pages/dialysis/batch_print/batch_print_order_four'),
  334. hidden: true,
  335. is_menu: false,
  336. name: 'dialysis_batch_print_two_one',
  337. meta: {
  338. title: '批量打印',
  339. noCache: true
  340. }
  341. },
  342. {
  343. path: '/dialysis/print/batch/five',
  344. component: () =>
  345. import('@/xt_pages/dialysis/batch_print/batch_print_order_five'),
  346. hidden: true,
  347. is_menu: false,
  348. name: 'dialysis_batch_print_two_one',
  349. meta: {
  350. title: '批量打印',
  351. noCache: true
  352. }
  353. },
  354. {
  355. path: '/dialysis/print/batch/six',
  356. component: () =>
  357. import('@/xt_pages/dialysis/batch_print/batch_print_order_six'),
  358. hidden: true,
  359. is_menu: false,
  360. name: 'dialysis_batch_six',
  361. meta: {
  362. title: '批量打印',
  363. noCache: true
  364. }
  365. },
  366. // {
  367. // path: '/dialysis/print/batch/fiftyone',
  368. // component: () =>
  369. // import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyone'),
  370. // hidden: true,
  371. // is_menu: false,
  372. // name: 'dialysis_batch_fiftyone',
  373. // meta: {
  374. // title: '批量打印',
  375. // noCache: true
  376. // }
  377. // },
  378. // {
  379. // path: '/dialysis/print/batch/fiftythree',
  380. // component: () =>
  381. // import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftythree'),
  382. // hidden: true,
  383. // is_menu: false,
  384. // name: 'dialysis_batch_fiftythree',
  385. // meta: {
  386. // title: '批量打印',
  387. // noCache: true
  388. // }
  389. // },
  390. {
  391. path: '/dialysis/print/batch/fiftynine',
  392. component: () =>
  393. import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftynine'),
  394. hidden: true,
  395. is_menu: false,
  396. name: 'dialysis_batch_fiftynine',
  397. meta: {
  398. title: '批量打印',
  399. noCache: true
  400. }
  401. },
  402. {
  403. path: '/dialysis/print/batch/sixty',
  404. component: () =>
  405. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixty'),
  406. hidden: true,
  407. is_menu: false,
  408. name: 'dialysis_batch_sixty',
  409. meta: {
  410. title: '批量打印',
  411. noCache: true
  412. }
  413. },
  414. {
  415. path: '/dialysis/print/batch/sixtyOne',
  416. component: () =>
  417. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyOne'),
  418. hidden: true,
  419. is_menu: false,
  420. name: 'dialysis_batch_sixtyOne',
  421. meta: {
  422. title: '批量打印',
  423. noCache: true
  424. }
  425. },
  426. {
  427. path: '/dialysis/print/batch/sixtyTwo',
  428. component: () =>
  429. import('@/xt_pages/dialysis/batch_print/batch_print_order_sixtyTwo'),
  430. hidden: true,
  431. is_menu: false,
  432. name: 'dialysis_batch_sixtyTwo',
  433. meta: {
  434. title: '批量打印',
  435. noCache: true
  436. }
  437. },
  438. {
  439. path: '/dialysis/print/batch/seven',
  440. component: () =>
  441. import('@/xt_pages/dialysis/batch_print/batch_print_order_seven'),
  442. hidden: true,
  443. is_menu: false,
  444. name: 'dialysis_batch_seven',
  445. meta: {
  446. title: '批量打印',
  447. noCache: true
  448. }
  449. },
  450. {
  451. path: '/dialysis/print/batch/eight',
  452. component: () =>
  453. import('@/xt_pages/dialysis/batch_print/batch_print_order_eight'),
  454. hidden: true,
  455. is_menu: false,
  456. name: 'dialysis_batch_eight',
  457. meta: {
  458. title: '批量打印',
  459. noCache: true
  460. }
  461. },
  462. {
  463. path: '/dialysis/print/batch/nine',
  464. component: () =>
  465. import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
  466. hidden: true,
  467. is_menu: false,
  468. name: 'dialysis_batch_nine',
  469. meta: {
  470. title: '批量打印',
  471. noCache: true
  472. }
  473. },
  474. {
  475. path: '/dialysis/print/batch/twelve',
  476. component: () =>
  477. import('@/xt_pages/dialysis/batch_print/batch_print_order_twelve'),
  478. hidden: true,
  479. is_menu: false,
  480. name: 'dialysis_batch_twelve',
  481. meta: {
  482. title: '批量打印',
  483. noCache: true
  484. }
  485. },
  486. {
  487. path: '/dialysis/print/batch/thirteen',
  488. component: () =>
  489. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirteen'),
  490. hidden: true,
  491. is_menu: false,
  492. name: 'dialysis_batch_thirteen',
  493. meta: {
  494. title: '批量打印',
  495. noCache: true
  496. }
  497. },
  498. {
  499. path: '/dialysis/print/batch/fifteen',
  500. component: () =>
  501. import('@/xt_pages/dialysis/batch_print/batch_print_order_fifteen'),
  502. hidden: true,
  503. is_menu: false,
  504. name: 'dialysis_batch_fifteen',
  505. meta: {
  506. title: '批量打印',
  507. noCache: true
  508. }
  509. },
  510. {
  511. path: '/dialysis/print/batch/seventeen',
  512. component: () =>
  513. import('@/xt_pages/dialysis/batch_print/batch_print_order_seventeen'),
  514. hidden: true,
  515. is_menu: false,
  516. name: 'dialysis_batch_seventeen',
  517. meta: {
  518. title: '批量打印',
  519. noCache: true
  520. }
  521. },
  522. {
  523. path: '/dialysis/print/batch/twenty',
  524. component: () =>
  525. import('@/xt_pages/dialysis/batch_print/batch_print_order_twenty'),
  526. hidden: true,
  527. is_menu: false,
  528. name: 'dialysis_batch_twenty',
  529. meta: {
  530. title: '批量打印',
  531. noCache: true
  532. }
  533. },
  534. {
  535. path: '/dialysis/print/batch/twentyTwo',
  536. component: () =>
  537. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo'),
  538. hidden: true,
  539. is_menu: false,
  540. name: 'dialysis_batch_twentyTwo',
  541. meta: {
  542. title: '批量打印',
  543. noCache: true
  544. }
  545. },
  546. {
  547. path: '/dialysis/print/batch/twentyFive',
  548. component: () =>
  549. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyFive'),
  550. hidden: true,
  551. is_menu: false,
  552. name: 'dialysis_batch_twentyFive',
  553. meta: {
  554. title: '批量打印',
  555. noCache: true
  556. }
  557. },
  558. {
  559. path: '/dialysis/print/batch/twentySeven',
  560. component: () =>
  561. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentySeven'),
  562. hidden: true,
  563. is_menu: false,
  564. name: 'dialysis_batch_twentySeven',
  565. meta: {
  566. title: '批量打印',
  567. noCache: true
  568. }
  569. },
  570. {
  571. path: '/dialysis/print/batch/twentyEight',
  572. component: () =>
  573. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyEight'),
  574. hidden: true,
  575. is_menu: false,
  576. name: 'dialysis_batch_twentyFive',
  577. meta: {
  578. title: '批量打印',
  579. noCache: true
  580. }
  581. },
  582. {
  583. path: '/dialysis/print/batch/thirty',
  584. component: () =>
  585. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirty'),
  586. hidden: true,
  587. is_menu: false,
  588. name: 'dialysis_batch_thirty',
  589. meta: {
  590. title: '批量打印',
  591. noCache: true
  592. }
  593. },
  594. {
  595. path: '/dialysis/print/batch/thirtyTwo',
  596. component: () =>
  597. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyTwo'),
  598. hidden: true,
  599. is_menu: false,
  600. name: 'batch_print_order_thirtyTwo',
  601. meta: {
  602. title: '批量打印',
  603. noCache: true
  604. }
  605. },
  606. {
  607. path: '/dialysis/print/batch/thirtyThree',
  608. component: () =>
  609. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree'),
  610. hidden: true,
  611. is_menu: false,
  612. name: 'batch_print_order_thirtyThree',
  613. meta: {
  614. title: '批量打印',
  615. noCache: true
  616. }
  617. },
  618. {
  619. path: '/dialysis/print/batch/thirtySeven',
  620. component: () =>
  621. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtySeven'),
  622. hidden: true,
  623. is_menu: false,
  624. name: 'batch_print_order_thirtySeven',
  625. meta: {
  626. title: '批量打印',
  627. noCache: true
  628. }
  629. },
  630. {
  631. path: '/dialysis/print/batch/thirtyEight',
  632. component: () =>
  633. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyEight'),
  634. hidden: true,
  635. is_menu: false,
  636. name: 'batch_print_order_thirtyEight',
  637. meta: {
  638. title: '批量打印',
  639. noCache: true
  640. }
  641. },
  642. {
  643. path: '/dialysis/print/batch/thirtyNine',
  644. component: () =>
  645. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyNine'),
  646. hidden: true,
  647. is_menu: false,
  648. name: 'batch_print_order_thirtyNine',
  649. meta: {
  650. title: '批量打印',
  651. noCache: true
  652. }
  653. },
  654. {
  655. path: '/dialysis/print/batch/forty',
  656. component: () =>
  657. import('@/xt_pages/dialysis/batch_print/batch_print_order_forty'),
  658. hidden: true,
  659. is_menu: false,
  660. name: 'batch_print_order_forty',
  661. meta: {
  662. title: '批量打印',
  663. noCache: true
  664. }
  665. },
  666. {
  667. path: '/dialysis/print/batch/fortyOne',
  668. component: () =>
  669. import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyOne'),
  670. hidden: true,
  671. is_menu: false,
  672. name: 'batch_print_order_fortyOne',
  673. meta: {
  674. title: '批量打印',
  675. noCache: true
  676. }
  677. },
  678. {
  679. path: '/dialysis/print/batch/fortyThree',
  680. component: () =>
  681. import('@/xt_pages/dialysis/batch_print/batch_print_order_fortyThree'),
  682. hidden: true,
  683. is_menu: false,
  684. name: 'batch_print_order_fortyThree',
  685. meta: {
  686. title: '批量打印',
  687. noCache: true
  688. }
  689. },
  690. {
  691. path: '/dialysis/print/batch/thirtyThree_one',
  692. component: () =>
  693. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_one'),
  694. hidden: true,
  695. is_menu: false,
  696. name: 'dialysis_batch_print_thirtyThree_one',
  697. meta: {
  698. title: '批量打印',
  699. noCache: true
  700. }
  701. },
  702. {
  703. path: '/dialysis/print/batch/thirtyThree_two',
  704. component: () =>
  705. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirtyThree_two'),
  706. hidden: true,
  707. is_menu: false,
  708. name: 'dialysis_batch_print_thirtyThree_two',
  709. meta: {
  710. title: '批量打印',
  711. noCache: true
  712. }
  713. },
  714. {
  715. path: '/dialysis/print/batch/twentyTwo_one',
  716. component: () =>
  717. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_one'),
  718. hidden: true,
  719. is_menu: false,
  720. name: 'dialysis_batch_twentyTwo_one',
  721. meta: {
  722. title: '批量打印',
  723. noCache: true
  724. }
  725. },
  726. {
  727. path: '/dialysis/print/batch/twentyTwo_two',
  728. component: () =>
  729. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_two'),
  730. hidden: true,
  731. is_menu: false,
  732. name: 'dialysis_batch_twentyTwo_two',
  733. meta: {
  734. title: '批量打印',
  735. noCache: true
  736. }
  737. },
  738. {
  739. path: '/dialysis/print/batch/otherone',
  740. component: () =>
  741. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
  742. hidden: true,
  743. is_menu: false,
  744. name: 'dialysis_batch_print_two_one',
  745. meta: {
  746. title: '批量打印',
  747. noCache: true
  748. }
  749. },
  750. {
  751. path: '/dialysis/print/batch/othertwo',
  752. component: () =>
  753. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_two'),
  754. hidden: true,
  755. is_menu: false,
  756. name: 'dialysis_batch_print_two_two',
  757. meta: {
  758. title: '批量打印',
  759. noCache: true
  760. }
  761. },
  762. {
  763. path: '/dialysis/print/batch/fiveone',
  764. component: () =>
  765. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_one'),
  766. hidden: true,
  767. is_menu: false,
  768. name: 'dialysis_batch_print_two_two',
  769. meta: {
  770. title: '批量打印',
  771. noCache: true
  772. }
  773. },
  774. {
  775. path: '/dialysis/print/batch/fivetwo',
  776. component: () =>
  777. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_two'),
  778. hidden: true,
  779. is_menu: false,
  780. name: 'dialysis_batch_print_two_two',
  781. meta: {
  782. title: '批量打印',
  783. noCache: true
  784. }
  785. },
  786. {
  787. path: '/dialysis/print/batch/fiftyOne',
  788. component: () =>
  789. import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyOne'),
  790. hidden: true,
  791. is_menu: false,
  792. name: 'batch_print_order_fiftyOne',
  793. meta: {
  794. title: '批量打印',
  795. noCache: true
  796. }
  797. },
  798. {
  799. path: '/dialysis/print/batch/fiftyThree',
  800. component: () =>
  801. import('@/xt_pages/dialysis/batch_print/batch_print_order_fiftyThree'),
  802. hidden: true,
  803. is_menu: false,
  804. name: 'batch_print_order_fiftyThree',
  805. meta: {
  806. title: '批量打印',
  807. noCache: true
  808. }
  809. },
  810. {
  811. path: '/dialysis/flow',
  812. component: () => import('@/xt_pages/dialysis/dialysisFlow'),
  813. name: 'flow',
  814. meta: {
  815. title: 'flow',
  816. noCache: true
  817. }
  818. },
  819. ]
  820. }