血透系统PC前端

qcd.js 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/qcd',
  4. component: Layout,
  5. redirect: '/qcd/dialysistotal',
  6. name: 'qcd',
  7. alwaysShow: true,
  8. meta: {
  9. title: '科室质控',
  10. icon: 'statistics'
  11. },
  12. children: [{
  13. path: '/statistics/index',
  14. component: () => import('@/xt_pages/statistics/index'),
  15. name: 'statistics',
  16. meta: {
  17. title: 'statistics'
  18. }
  19. },
  20. {
  21. path: '/qcd/dialysistotal',
  22. component: () => import('@/xt_pages/qcd/dialysisTotal'),
  23. name: 'dialysistotal',
  24. meta: {
  25. title: '透析总量'
  26. }
  27. },
  28. {
  29. path: '/qcd/processindicators',
  30. component: () => import('@/xt_pages/qcd/processIndicators'),
  31. name: 'processIndicators',
  32. meta: {
  33. title: '过程指标'
  34. }
  35. },
  36. {
  37. path: '/qcd/outcomeIndicators/control',
  38. component: () => import('@/xt_pages/qcd/outcomeIndicators/control'),
  39. name: 'outcomeIndicatorsControl',
  40. meta: {
  41. title: '结果指标'
  42. }
  43. },
  44. {
  45. path: '/qcd/outcomeIndicators/query',
  46. hidden: true,
  47. is_menu: false,
  48. component: () => import('@/xt_pages/qcd/outcomeIndicators/query'),
  49. name: 'outcomeIndicatorsQuery',
  50. meta: {
  51. title: '指标查询'
  52. }
  53. },
  54. {
  55. path: '/qcd/patientanalysis/total',
  56. component: () => import('@/xt_pages/qcd/patientAnalysis/total'),
  57. name: 'patientAnalysisTotal',
  58. meta: {
  59. title: '患者分析'
  60. }
  61. },
  62. {
  63. path: '/qcd/patientanalysis/weight',
  64. hidden: true,
  65. is_menu: false,
  66. component: () => import('@/xt_pages/qcd/patientAnalysis/weight'),
  67. name: 'patientAnalysisWeight',
  68. meta: {
  69. title: '体重分析'
  70. }
  71. },
  72. {
  73. path: '/qcd/patientanalysis/bloodpressure',
  74. hidden: true,
  75. is_menu: false,
  76. component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'),
  77. name: 'patientAnalysisBloodPressure',
  78. meta: {
  79. title: '血压分析'
  80. }
  81. },
  82. {
  83. path: '/qcd/patientanalysis/dialysisage',
  84. hidden: true,
  85. is_menu: false,
  86. component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'),
  87. name: 'patientAnalysisDialysisAge',
  88. meta: {
  89. title: '透析龄分析'
  90. }
  91. },
  92. {
  93. path: '/qcd/patientanalysis/lapseto',
  94. hidden: true,
  95. is_menu: false,
  96. component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'),
  97. name: 'patientAnalysisLapseto',
  98. meta: {
  99. title: '转归分析'
  100. }
  101. },
  102. {
  103. path: '/qcd/patientanalysis/complication',
  104. hidden: true,
  105. is_menu: false,
  106. component: () => import('@/xt_pages/qcd/patientAnalysis/complication'),
  107. name: 'patientAnalysisComplication',
  108. meta: {
  109. title: '并发症分析'
  110. }
  111. },
  112. {
  113. path: '/qcd/patientanalysis/infectiousdiseases',
  114. hidden: true,
  115. is_menu: false,
  116. component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'),
  117. name: 'patientAnalysisInfectiousDiseases',
  118. meta: {
  119. title: '传染病分析'
  120. }
  121. },
  122. {
  123. path: '/qcd/pa/person/lapseto',
  124. hidden: true,
  125. is_menu: false,
  126. component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'),
  127. name: 'paPersonLapseto',
  128. meta: {
  129. title: '转归'
  130. }
  131. },
  132. {
  133. path: '/qcd/pa/person/weight',
  134. hidden: true,
  135. is_menu: false,
  136. component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'),
  137. name: 'paPersonWeight',
  138. meta: {
  139. title: '体重'
  140. }
  141. },
  142. {
  143. path: '/qcd/pa/person/bloodpressure',
  144. hidden: true,
  145. is_menu: false,
  146. component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'),
  147. name: 'paPersonBloodPressure',
  148. meta: {
  149. title: '血压'
  150. }
  151. },
  152. {
  153. path: '/qcd/pa/person/indicators',
  154. hidden: true,
  155. is_menu: false,
  156. component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'),
  157. name: 'paPersonIndicators',
  158. meta: {
  159. title: '指标控制'
  160. }
  161. },
  162. {
  163. path: '/qcd/pa/person/oralmedicine',
  164. hidden: true,
  165. is_menu: false,
  166. component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'),
  167. name: 'paPersonOralMedicine',
  168. meta: {
  169. title: '口服药'
  170. }
  171. }
  172. ]
  173. }