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

dialysis.js 23KB

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