dialysis.js 9.7KB

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