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

qcd.js 4.4KB

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