dialysis.js 5.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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. path: '/dialysis/dialysisrecord',
  14. component: () => import('@/xt_pages/dialysis/schedualPatient'),
  15. name: '透析记录',
  16. meta: {
  17. title: '透析记录'
  18. }
  19. },
  20. {
  21. path: '/dialysis/watch',
  22. component: () => import('@/xt_pages/dialysis/bloodPresssWatch'),
  23. name: 'watch',
  24. meta: {
  25. title: 'watch'
  26. }
  27. },
  28. {
  29. path: '/dialysis/board',
  30. component: () => import('@/xt_pages/dialysis/bulletinBoard'),
  31. name: '数据看板',
  32. meta: {
  33. title: '数据看板'
  34. }
  35. },
  36. {
  37. path: '/dialysis/record/:id',
  38. component: () => import('@/xt_pages/dialysis/dialysisPage'),
  39. hidden: true,
  40. is_menu: false,
  41. name: 'paper',
  42. meta: {
  43. title: 'paper',
  44. noCache: true
  45. }
  46. },
  47. {
  48. path: '/dialysis/print',
  49. component: () => import('@/xt_pages/dialysis/dialysisPrintOrder'),
  50. hidden: true,
  51. is_menu: false,
  52. name: 'dialysisPrintOrder',
  53. meta: {
  54. title: 'dialysisPrintOrder',
  55. noCache: true
  56. }
  57. },
  58. // { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
  59. // { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
  60. {
  61. path: '/dialysis/details',
  62. component: () => import('@/xt_pages/dialysis/details'),
  63. name: 'details',
  64. meta: {
  65. title: 'details'
  66. },
  67. hidden: true,
  68. is_menu: false
  69. },
  70. {
  71. path: '/dialysis/print/batch',
  72. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order'),
  73. hidden: true,
  74. is_menu: false,
  75. name: 'dialysis_batch_print',
  76. meta: {
  77. title: '批量打印',
  78. noCache: true
  79. }
  80. }, {
  81. path: '/dialysis/print/batch/other',
  82. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_other'),
  83. hidden: true,
  84. is_menu: false,
  85. name: 'dialysis_batch_print_two',
  86. meta: {
  87. title: '批量打印',
  88. noCache: true
  89. }
  90. },
  91. {
  92. path: '/dialysis/print/batch/three',
  93. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_three'),
  94. hidden: true,
  95. is_menu: false,
  96. name: 'dialysis_batch_print_two_one',
  97. meta: {
  98. title: '批量打印',
  99. noCache: true
  100. }
  101. },
  102. {
  103. path: '/dialysis/print/batch/four',
  104. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_four'),
  105. hidden: true,
  106. is_menu: false,
  107. name: 'dialysis_batch_print_two_one',
  108. meta: {
  109. title: '批量打印',
  110. noCache: true
  111. }
  112. },
  113. {
  114. path: '/dialysis/print/batch/five',
  115. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_five'),
  116. hidden: true,
  117. is_menu: false,
  118. name: 'dialysis_batch_print_two_one',
  119. meta: {
  120. title: '批量打印',
  121. noCache: true
  122. }
  123. },
  124. {
  125. path: '/dialysis/print/batch/six',
  126. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_six'),
  127. hidden: true,
  128. is_menu: false,
  129. name: 'dialysis_batch_six',
  130. meta: {
  131. title: '批量打印',
  132. noCache: true
  133. }
  134. },
  135. {
  136. path: '/dialysis/print/batch/seven',
  137. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_seven'),
  138. hidden: true,
  139. is_menu: false,
  140. name: 'dialysis_batch_seven',
  141. meta: {
  142. title: '批量打印',
  143. noCache: true
  144. }
  145. },
  146. {
  147. path: '/dialysis/print/batch/eight',
  148. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_eight'),
  149. hidden: true,
  150. is_menu: false,
  151. name: 'dialysis_batch_eight',
  152. meta: {
  153. title: '批量打印',
  154. noCache: true
  155. }
  156. },
  157. {
  158. path: '/dialysis/print/batch/otherone',
  159. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_other_one'),
  160. hidden: true,
  161. is_menu: false,
  162. name: 'dialysis_batch_print_two_one',
  163. meta: {
  164. title: '批量打印',
  165. noCache: true
  166. }
  167. }, {
  168. path: '/dialysis/print/batch/othertwo',
  169. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_other_two'),
  170. hidden: true,
  171. is_menu: false,
  172. name: 'dialysis_batch_print_two_two',
  173. meta: {
  174. title: '批量打印',
  175. noCache: true
  176. }
  177. }, {
  178. path: '/dialysis/print/batch/fiveone',
  179. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_five_one'),
  180. hidden: true,
  181. is_menu: false,
  182. name: 'dialysis_batch_print_two_two',
  183. meta: {
  184. title: '批量打印',
  185. noCache: true
  186. }
  187. }, {
  188. path: '/dialysis/print/batch/fivetwo',
  189. component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order_five_two'),
  190. hidden: true,
  191. is_menu: false,
  192. name: 'dialysis_batch_print_two_two',
  193. meta: {
  194. title: '批量打印',
  195. noCache: true
  196. }
  197. },
  198. ]
  199. }