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

dialysis.js 9.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  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/watch',
  15. component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),
  16. name: 'watch',
  17. meta: {
  18. title: 'watch',
  19. noCache: true
  20. }
  21. },
  22. {
  23. path: '/dialysis/board',
  24. component: () => import('@/xt_pages/dialysis/bulletinBoard'),
  25. name: '数据看板',
  26. meta: {
  27. title: '数据看板',
  28. noCache: true
  29. }
  30. },
  31. // {
  32. // path: '/dialysis/consumableDrugs',
  33. // component: () => import('@/xt_pages/dialysis/consumableDrugs'),
  34. // name: '耗材药品',
  35. // meta: {
  36. // title: '耗材药品',
  37. // noCache: true
  38. // }
  39. // },
  40. // {
  41. // path: '/dialysis/consumableDrugs_print',
  42. // component: () => import('@/xt_pages/dialysis/consumableDrugs_print'),
  43. // hidden: true,
  44. // is_menu: false,
  45. // name: 'consumableDrugs_print',
  46. // meta: {
  47. // title: 'consumableDrugs_print',
  48. // noCache: true
  49. // }
  50. // },
  51. // {
  52. // path: '/dialysis/dialysisDrugs_print',
  53. // component: () => import('@/xt_pages/dialysis/dialysisDrugs_print'),
  54. // hidden: true,
  55. // is_menu: false,
  56. // name: 'dialysisDrugs_print',
  57. // meta: {
  58. // title: 'dialysisDrugs_print',
  59. // noCache: true
  60. // }
  61. // },
  62. // {
  63. // path: '/dialysis/dialysisParameters_print',
  64. // component: () => import('@/xt_pages/dialysis/dialysisParameters_print'),
  65. // hidden: true,
  66. // is_menu: false,
  67. // name: 'dialysisParameters_print',
  68. // meta: {
  69. // title: 'dialysisParameters_print',
  70. // noCache: true
  71. // }
  72. // },
  73. // {
  74. // path: '/dialysis/allSummary_print',
  75. // component: () => import('@/xt_pages/dialysis/allSummary_print'),
  76. // hidden: true,
  77. // is_menu: false,
  78. // name: 'allSummary_print',
  79. // meta: {
  80. // title: 'allSummary_print',
  81. // noCache: true
  82. // }
  83. // },
  84. {
  85. path: '/dialysis/record/:id',
  86. component: () => import('@/xt_pages/dialysis/dialysisPage'),
  87. hidden: true,
  88. is_menu: false,
  89. name: 'paper',
  90. meta: {
  91. title: 'paper',
  92. noCache: true
  93. }
  94. },
  95. {
  96. path: '/dialysis/print',
  97. component: () => import('@/xt_pages/dialysis/dialysisPrintOrder'),
  98. hidden: true,
  99. is_menu: false,
  100. name: 'dialysisPrintOrder',
  101. meta: {
  102. title: 'dialysisPrintOrder',
  103. noCache: true
  104. }
  105. },
  106. // { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
  107. // { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
  108. {
  109. path: '/dialysis/details',
  110. component: () => import('@/xt_pages/dialysis/details'),
  111. name: 'details',
  112. meta: {
  113. title: 'details'
  114. },
  115. hidden: true,
  116. is_menu: false,
  117. noCache: true
  118. },
  119. {
  120. path: '/dialysis/print/batch',
  121. component: () =>
  122. import('@/xt_pages/dialysis/batch_print/batch_print_order'),
  123. hidden: true,
  124. is_menu: false,
  125. name: 'dialysis_batch_print',
  126. meta: {
  127. title: '批量打印',
  128. noCache: true
  129. }
  130. },
  131. {
  132. path: '/dialysis/print/batch/other',
  133. component: () =>
  134. import('@/xt_pages/dialysis/batch_print/batch_print_order_other'),
  135. hidden: true,
  136. is_menu: false,
  137. name: 'dialysis_batch_print_two',
  138. meta: {
  139. title: '批量打印',
  140. noCache: true
  141. }
  142. },
  143. {
  144. path: '/dialysis/print/batch/three',
  145. component: () =>
  146. import('@/xt_pages/dialysis/batch_print/batch_print_order_three'),
  147. hidden: true,
  148. is_menu: false,
  149. name: 'dialysis_batch_print_two_one',
  150. meta: {
  151. title: '批量打印',
  152. noCache: true
  153. }
  154. },
  155. {
  156. path: '/dialysis/print/batch/four',
  157. component: () =>
  158. import('@/xt_pages/dialysis/batch_print/batch_print_order_four'),
  159. hidden: true,
  160. is_menu: false,
  161. name: 'dialysis_batch_print_two_one',
  162. meta: {
  163. title: '批量打印',
  164. noCache: true
  165. }
  166. },
  167. {
  168. path: '/dialysis/print/batch/five',
  169. component: () =>
  170. import('@/xt_pages/dialysis/batch_print/batch_print_order_five'),
  171. hidden: true,
  172. is_menu: false,
  173. name: 'dialysis_batch_print_two_one',
  174. meta: {
  175. title: '批量打印',
  176. noCache: true
  177. }
  178. },
  179. {
  180. path: '/dialysis/print/batch/six',
  181. component: () =>
  182. import('@/xt_pages/dialysis/batch_print/batch_print_order_six'),
  183. hidden: true,
  184. is_menu: false,
  185. name: 'dialysis_batch_six',
  186. meta: {
  187. title: '批量打印',
  188. noCache: true
  189. }
  190. },
  191. {
  192. path: '/dialysis/print/batch/seven',
  193. component: () =>
  194. import('@/xt_pages/dialysis/batch_print/batch_print_order_seven'),
  195. hidden: true,
  196. is_menu: false,
  197. name: 'dialysis_batch_seven',
  198. meta: {
  199. title: '批量打印',
  200. noCache: true
  201. }
  202. },
  203. {
  204. path: '/dialysis/print/batch/eight',
  205. component: () =>
  206. import('@/xt_pages/dialysis/batch_print/batch_print_order_eight'),
  207. hidden: true,
  208. is_menu: false,
  209. name: 'dialysis_batch_eight',
  210. meta: {
  211. title: '批量打印',
  212. noCache: true
  213. }
  214. },
  215. {
  216. path: '/dialysis/print/batch/nine',
  217. component: () =>
  218. import('@/xt_pages/dialysis/batch_print/batch_print_order_nine'),
  219. hidden: true,
  220. is_menu: false,
  221. name: 'dialysis_batch_nine',
  222. meta: {
  223. title: '批量打印',
  224. noCache: true
  225. }
  226. },
  227. {
  228. path: '/dialysis/print/batch/twelve',
  229. component: () =>
  230. import('@/xt_pages/dialysis/batch_print/batch_print_order_twelve'),
  231. hidden: true,
  232. is_menu: false,
  233. name: 'dialysis_batch_twelve',
  234. meta: {
  235. title: '批量打印',
  236. noCache: true
  237. }
  238. },
  239. {
  240. path: '/dialysis/print/batch/thirteen',
  241. component: () =>
  242. import('@/xt_pages/dialysis/batch_print/batch_print_order_thirteen'),
  243. hidden: true,
  244. is_menu: false,
  245. name: 'dialysis_batch_thirteen',
  246. meta: {
  247. title: '批量打印',
  248. noCache: true
  249. }
  250. },
  251. {
  252. path: '/dialysis/print/batch/fifteen',
  253. component: () =>
  254. import('@/xt_pages/dialysis/batch_print/batch_print_order_fifteen'),
  255. hidden: true,
  256. is_menu: false,
  257. name: 'dialysis_batch_fifteen',
  258. meta: {
  259. title: '批量打印',
  260. noCache: true
  261. }
  262. },
  263. {
  264. path: '/dialysis/print/batch/twenty',
  265. component: () =>
  266. import('@/xt_pages/dialysis/batch_print/batch_print_order_twenty'),
  267. hidden: true,
  268. is_menu: false,
  269. name: 'dialysis_batch_twenty',
  270. meta: {
  271. title: '批量打印',
  272. noCache: true
  273. }
  274. },
  275. {
  276. path: '/dialysis/print/batch/twentyTwo',
  277. component: () =>
  278. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo'),
  279. hidden: true,
  280. is_menu: false,
  281. name: 'dialysis_batch_twentyTwo',
  282. meta: {
  283. title: '批量打印',
  284. noCache: true
  285. }
  286. },
  287. {
  288. path: '/dialysis/print/batch/twentyTwo_one',
  289. component: () =>
  290. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_one'),
  291. hidden: true,
  292. is_menu: false,
  293. name: 'dialysis_batch_twentyTwo_one',
  294. meta: {
  295. title: '批量打印',
  296. noCache: true
  297. }
  298. },
  299. {
  300. path: '/dialysis/print/batch/twentyTwo_two',
  301. component: () =>
  302. import('@/xt_pages/dialysis/batch_print/batch_print_order_twentyTwo_two'),
  303. hidden: true,
  304. is_menu: false,
  305. name: 'dialysis_batch_twentyTwo_two',
  306. meta: {
  307. title: '批量打印',
  308. noCache: true
  309. }
  310. },
  311. {
  312. path: '/dialysis/print/batch/otherone',
  313. component: () =>
  314. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
  315. hidden: true,
  316. is_menu: false,
  317. name: 'dialysis_batch_print_two_one',
  318. meta: {
  319. title: '批量打印',
  320. noCache: true
  321. }
  322. },
  323. {
  324. path: '/dialysis/print/batch/othertwo',
  325. component: () =>
  326. import('@/xt_pages/dialysis/batch_print/batch_print_order_other_two'),
  327. hidden: true,
  328. is_menu: false,
  329. name: 'dialysis_batch_print_two_two',
  330. meta: {
  331. title: '批量打印',
  332. noCache: true
  333. }
  334. },
  335. {
  336. path: '/dialysis/print/batch/fiveone',
  337. component: () =>
  338. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_one'),
  339. hidden: true,
  340. is_menu: false,
  341. name: 'dialysis_batch_print_two_two',
  342. meta: {
  343. title: '批量打印',
  344. noCache: true
  345. }
  346. },
  347. {
  348. path: '/dialysis/print/batch/fivetwo',
  349. component: () =>
  350. import('@/xt_pages/dialysis/batch_print/batch_print_order_five_two'),
  351. hidden: true,
  352. is_menu: false,
  353. name: 'dialysis_batch_print_two_two',
  354. meta: {
  355. title: '批量打印',
  356. noCache: true
  357. }
  358. }
  359. ]
  360. }