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

dialysis.js 18KB

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