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

qcd.js 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  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. // {
  14. // path: "/statistics/index",
  15. // component: () => import("@/xt_pages/statistics/index"),
  16. // name: "statistics",
  17. // meta: {
  18. // title: "statistics",
  19. // noCache: true
  20. // }
  21. // },
  22. // {
  23. // path: "/qcd/dialysistotal",
  24. // component: () => import("@/xt_pages/qcd/dialysisTotal"),
  25. // name: "dialysistotal",
  26. // meta: {
  27. // title: "透析总量",
  28. // noCache: true
  29. // }
  30. // },
  31. // {
  32. // path: "/qcd/processindicators",
  33. // component: () => import("@/xt_pages/qcd/processIndicators"),
  34. // name: "processIndicators",
  35. // meta: {
  36. // title: "过程指标",
  37. // noCache: true
  38. // }
  39. // },
  40. // {
  41. // path: "/qcd/outcomeIndicators/control",
  42. // component: () => import("@/xt_pages/qcd/outcomeIndicators/control"),
  43. // name: "outcomeIndicatorsControl",
  44. // meta: {
  45. // title: "结果指标",
  46. // noCache: true
  47. // }
  48. // },
  49. // {
  50. // path: "/qcd/outcomeIndicators/query",
  51. // hidden: true,
  52. // is_menu: false,
  53. // component: () => import("@/xt_pages/qcd/outcomeIndicators/query"),
  54. // name: "outcomeIndicatorsQuery",
  55. // meta: {
  56. // title: "指标查询",
  57. // noCache: true
  58. // }
  59. // },
  60. // {
  61. // path: "/qcd/patientanalysis/total",
  62. // component: () => import("@/xt_pages/qcd/patientAnalysis/total"),
  63. // name: "patientAnalysisTotal",
  64. // meta: {
  65. // title: "患者分析",
  66. // noCache: true
  67. // }
  68. // },
  69. {
  70. path: '/qcd/basicInformationAnalysis',
  71. component: () => import('@/xt_pages/qcd/basicInformationAnalysis'),
  72. name: 'basicInformationAnalysis',
  73. meta: {
  74. title: '基本信息统计',
  75. noCache: true
  76. }
  77. },
  78. {
  79. path: '/qcd/officesControlAnalysis/time',
  80. component: () => import('@/xt_pages/qcd/officesControlAnalysis/time'),
  81. name: 'officesControlAnalysis',
  82. meta: {
  83. title: '科室质控达标统计',
  84. noCache: true
  85. }
  86. },
  87. {
  88. path: '/qcd/officesControlAnalysis/project',
  89. hidden: true,
  90. is_menu: false,
  91. component: () => import('@/xt_pages/qcd/officesControlAnalysis/project'),
  92. name: 'patientControlAnalysisProject',
  93. meta: {
  94. title: '科室质控达标统计按项目',
  95. noCache: true
  96. }
  97. },
  98. {
  99. path: '/qcd/patientControlAnalysis',
  100. component: () => import('@/xt_pages/qcd/patientControlAnalysis'),
  101. name: 'patientControlAnalysisTime',
  102. meta: {
  103. title: '患者质控达标统计',
  104. noCache: true
  105. }
  106. },
  107. {
  108. path: '/qcd/patientComplianceDetails',
  109. hidden: true,
  110. is_menu: false,
  111. component: () => import('@/xt_pages/qcd/patientComplianceDetails'),
  112. name: 'patientComplianceDetails',
  113. meta: {
  114. title: '患者质控达标统计详情',
  115. noCache: true
  116. }
  117. },
  118. {
  119. path: '/qcd/treatmentControlAnalysis/time',
  120. component: () => import('@/xt_pages/qcd/treatmentControlAnalysis/time'),
  121. name: 'treatmentControlAnalysis',
  122. meta: {
  123. title: '治疗信息统计',
  124. noCache: true
  125. }
  126. },
  127. {
  128. path: '/qcd/treatmentControlAnalysis/check',
  129. hidden: true,
  130. is_menu: false,
  131. component: () => import('@/xt_pages/qcd/treatmentControlAnalysis/check'),
  132. name: 'treatmentControlAnalysisCheck',
  133. meta: {
  134. title: '治疗信息统计检验检查',
  135. noCache: true
  136. }
  137. },
  138. {
  139. path: '/qcd/indicatorControlAnalysis/analysis',
  140. component: () =>
  141. import('@/xt_pages/qcd/indicatorControlAnalysis/analysis'),
  142. name: 'indicatorControlAnalysis',
  143. meta: {
  144. title: '指标评估统计',
  145. noCache: true
  146. }
  147. },
  148. {
  149. path: '/qcd/indicatorControlAnalysis/process',
  150. hidden: true,
  151. is_menu: false,
  152. component: () =>
  153. import('@/xt_pages/qcd/indicatorControlAnalysis/process'),
  154. name: 'process',
  155. meta: {
  156. title: '指标评估统计透析过程',
  157. noCache: true
  158. }
  159. },
  160. {
  161. path: '/qcd/indicatorControlAnalysis/monitor',
  162. hidden: true,
  163. is_menu: false,
  164. component: () =>
  165. import('@/xt_pages/qcd/indicatorControlAnalysis/monitor'),
  166. name: 'monitor',
  167. meta: {
  168. title: '指标评估统计透析监测',
  169. noCache: true
  170. }
  171. },
  172. {
  173. path: '/qcd/indicatorControlAnalysis/bloodPressure',
  174. hidden: true,
  175. is_menu: false,
  176. component: () =>
  177. import('@/xt_pages/qcd/indicatorControlAnalysis/bloodPressure'),
  178. name: 'bloodPressure',
  179. meta: {
  180. title: '指标评估统计血压',
  181. noCache: true
  182. }
  183. },
  184. {
  185. path: '/qcd/indicatorControlAnalysis/bloodPressureDetails',
  186. hidden: true,
  187. is_menu: false,
  188. component: () =>
  189. import('@/xt_pages/qcd/indicatorControlAnalysis/bloodPressureDetails'),
  190. name: 'bloodPressureDetails',
  191. meta: {
  192. title: '指标评估统计血压详情',
  193. noCache: true
  194. }
  195. },
  196. {
  197. path: '/qcd/indicatorControlAnalysis/weight',
  198. hidden: true,
  199. is_menu: false,
  200. component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/weight'),
  201. name: 'weight',
  202. meta: {
  203. title: '指标评估体重',
  204. noCache: true
  205. }
  206. },
  207. {
  208. path: '/qcd/indicatorControlAnalysis/weightDetails',
  209. hidden: true,
  210. is_menu: false,
  211. component: () =>
  212. import('@/xt_pages/qcd/indicatorControlAnalysis/weightDetails'),
  213. name: 'weightDetails',
  214. meta: {
  215. title: '指标评估体重详情',
  216. }
  217. },
  218. {
  219. path: '/qcd/analysisDetails',
  220. hidden: true,
  221. is_menu: false,
  222. component: () =>
  223. import('@/xt_pages/qcd/indicatorControlAnalysis/analysisDetails'),
  224. name: 'analysisDetails',
  225. meta: {
  226. title: '化验指标评估统计详情',
  227. noCache: true
  228. }
  229. },
  230. {
  231. path: '/qcd/workAnalysis/doctor',
  232. component: () => import('@/xt_pages/qcd/workAnalysis/doctor'),
  233. name: 'workAnalysisDoctor',
  234. meta: {
  235. title: '工作量分析统计',
  236. noCache: true
  237. }
  238. },
  239. {
  240. path: '/qcd/patientanalysis/statisticalConfig',
  241. component: () => import('@/xt_pages/qcd/statisticalConfiguration'),
  242. name: 'statisticalConfig',
  243. meta: {
  244. title: '统计配置',
  245. noCache: true
  246. }
  247. },
  248. {
  249. path: '/qcd/workAnalysis/nurse',
  250. hidden: true,
  251. is_menu: false,
  252. component: () => import('@/xt_pages/qcd/workAnalysis/nurse'),
  253. name: 'workAnalysisNurse',
  254. meta: {
  255. title: '工作量分析统计护士',
  256. noCache: true
  257. }
  258. },
  259. {
  260. path: '/qcd/patientanalysis/checkStatistical',
  261. hidden: true,
  262. is_menu: false,
  263. component: () => import('@/xt_pages/qcd/checkStatistical'),
  264. name: 'checkStatistical',
  265. meta: {
  266. title: '检验检查统计配置',
  267. noCache: true
  268. }
  269. },
  270. {
  271. path: '/qcd/patientanalysis/weight',
  272. hidden: true,
  273. is_menu: false,
  274. component: () => import('@/xt_pages/qcd/patientAnalysis/weight'),
  275. name: 'patientAnalysisWeight',
  276. meta: {
  277. title: '体重分析',
  278. noCache: true
  279. }
  280. },
  281. {
  282. path: '/qcd/patientanalysis/bloodpressure',
  283. hidden: true,
  284. is_menu: false,
  285. component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'),
  286. name: 'patientAnalysisBloodPressure',
  287. meta: {
  288. title: '血压分析',
  289. noCache: true
  290. }
  291. },
  292. {
  293. path: '/qcd/patientanalysis/dialysisage',
  294. hidden: true,
  295. is_menu: false,
  296. component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'),
  297. name: 'patientAnalysisDialysisAge',
  298. meta: {
  299. title: '透析龄分析',
  300. noCache: true
  301. }
  302. },
  303. {
  304. path: '/qcd/patientanalysis/lapseto',
  305. hidden: true,
  306. is_menu: false,
  307. component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'),
  308. name: 'patientAnalysisLapseto',
  309. meta: {
  310. title: '转归分析',
  311. noCache: true
  312. }
  313. },
  314. {
  315. path: '/qcd/patientanalysis/complication',
  316. hidden: true,
  317. is_menu: false,
  318. component: () => import('@/xt_pages/qcd/patientAnalysis/complication'),
  319. name: 'patientAnalysisComplication',
  320. meta: {
  321. title: '并发症分析',
  322. noCache: true
  323. }
  324. },
  325. {
  326. path: '/qcd/patientanalysis/infectiousdiseases',
  327. hidden: true,
  328. is_menu: false,
  329. component: () =>
  330. import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'),
  331. name: 'patientAnalysisInfectiousDiseases',
  332. meta: {
  333. title: '传染病分析',
  334. noCache: true
  335. }
  336. },
  337. {
  338. path: '/qcd/pa/person/lapseto',
  339. hidden: true,
  340. is_menu: false,
  341. component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'),
  342. name: 'paPersonLapseto',
  343. meta: {
  344. title: '转归',
  345. noCache: true
  346. }
  347. },
  348. {
  349. path: '/qcd/pa/person/weight',
  350. hidden: true,
  351. is_menu: false,
  352. component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'),
  353. name: 'paPersonWeight',
  354. meta: {
  355. title: '体重',
  356. noCache: true
  357. }
  358. },
  359. {
  360. path: '/qcd/pa/person/bloodpressure',
  361. hidden: true,
  362. is_menu: false,
  363. component: () =>
  364. import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'),
  365. name: 'paPersonBloodPressure',
  366. meta: {
  367. title: '血压',
  368. noCache: true
  369. }
  370. },
  371. {
  372. path: '/qcd/pa/person/indicators',
  373. hidden: true,
  374. is_menu: false,
  375. component: () =>
  376. import('@/xt_pages/qcd/patientAnalysis/person/indicators'),
  377. name: 'paPersonIndicators',
  378. meta: {
  379. title: '指标控制',
  380. noCache: true
  381. }
  382. },
  383. {
  384. path: '/qcd/pa/person/oralmedicine',
  385. hidden: true,
  386. is_menu: false,
  387. component: () =>
  388. import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'),
  389. name: 'paPersonOralMedicine',
  390. meta: {
  391. title: '口服药',
  392. noCache: true
  393. }
  394. }, {
  395. path: '/qcd/inspection/detail',
  396. hidden: true,
  397. is_menu: false,
  398. component: () =>
  399. import('@/xt_pages/qcd/indicatorControlAnalysis/patientInspectionDetail'),
  400. name: 'patientInspectionDetail',
  401. meta: {
  402. title: '化验指标详情',
  403. noCache: true
  404. }
  405. }
  406. ]
  407. }