dialysis.js 30KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178
  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. path: '/dialysis/new/doctoradvice',
  1153. component: () => import('@/xt_pages/dialysis/batch_print/new_doctor_advice'),
  1154. name: '医嘱打印',
  1155. meta: {
  1156. title: '医嘱打印',
  1157. noCache: true
  1158. },
  1159. is_menu: false,
  1160. hidden: true
  1161. },
  1162. ]
  1163. }