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

qcd.js 10KB

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