Dialysisanalysis.js 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. import Layout from '@/views/layout/Layout'
  2. export default {
  3. path: '/Dialysisanalysis',
  4. component: Layout,
  5. // component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/index'),
  6. redirect: '/Dialysisanalysis/qualitycontrol/thyroidGland',
  7. name: 'Dialysisanalysis',
  8. alwaysShow: true,
  9. meta: {
  10. // title: '专业质控',
  11. title:'Dialysisanalysis',
  12. icon: 'statistics'
  13. },
  14. children: [
  15. {
  16. path: '/Dialysisanalysis/qualitycontrol/otherIndicators',
  17. component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/index'),
  18. name: 'otherIndicators',
  19. meta: {
  20. title: '检验分析',
  21. noCache: true
  22. }
  23. },
  24. {//新专业质控
  25. path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators',
  26. component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/index'),
  27. name: 'new_otherIndicators',
  28. meta: {
  29. title: '透析分析',
  30. noCache: true
  31. }
  32. },
  33. // {//体重血压质控
  34. // path: '/Dialysisanalysis/qualitycontrol/weightblood',
  35. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/index'),
  36. // name: 'weightblood',
  37. // meta: {
  38. // title: '体重血压分析',
  39. // noCache: true
  40. // }
  41. // },
  42. {//透析总量分析
  43. path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/Total_analysis',
  44. component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/Total_analysis'),
  45. name: 'otherIndicators',
  46. meta: {
  47. title: '透析总量分析',
  48. noCache: true
  49. },
  50. hidden: true,
  51. is_menu: false
  52. },
  53. {//透析总量详情
  54. path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/Total_table',
  55. component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/Total_table'),
  56. name: 'otherIndicators',
  57. meta: {
  58. title: '透析总量详情',
  59. noCache: true
  60. },
  61. hidden: true,
  62. is_menu: false
  63. },
  64. {//抗凝剂
  65. path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/anticoagulant',
  66. component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/anticoagulant'),
  67. name: 'otherIndicators',
  68. meta: {
  69. title: '抗凝剂类型统计',
  70. noCache: true
  71. },
  72. hidden: true,
  73. is_menu: false
  74. },
  75. {//透析器
  76. path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/dialyzer',
  77. component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/dialyzer'),
  78. name: 'otherIndicators',
  79. meta: {
  80. title: '透析器统计',
  81. noCache: true
  82. },
  83. hidden: true,
  84. is_menu: false
  85. },
  86. {//透析完成率
  87. path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/complete',
  88. component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/complete'),
  89. name: 'otherIndicators',
  90. meta: {
  91. title: '透析完成率',
  92. noCache: true
  93. },
  94. hidden: true,
  95. is_menu: false
  96. },
  97. // 体重血压
  98. // {//干体重分析
  99. // path: '/Dialysisanalysis/qualitycontrol/weightblood/dry_weight',
  100. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/dry_weight'),
  101. // name: 'dry_weight',
  102. // meta: {
  103. // title: '患者干体重分析',
  104. // noCache: true
  105. // },
  106. // hidden: true,
  107. // is_menu: false
  108. // },
  109. // {//上次透析分母
  110. // path: '/Dialysisanalysis/qualitycontrol/weightblood/list_denominator',
  111. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/list_denominator'),
  112. // name: 'list_denominator',
  113. // meta: {
  114. // title: '患者体重增长分析(以上次透后体重为分母)',
  115. // noCache: true
  116. // },
  117. // hidden: true,
  118. // is_menu: false
  119. // },
  120. // {//干体重分母
  121. // path: '/Dialysisanalysis/qualitycontrol/weightblood/dry_denominator',
  122. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/dry_denominator'),
  123. // name: 'dry_denominator',
  124. // meta: {
  125. // title: '患者体重增长分析(以干体重为分母)',
  126. // noCache: true
  127. // },
  128. // hidden: true,
  129. // is_menu: false
  130. // },
  131. // {//患者透后体重分析
  132. // path: '/Dialysisanalysis/qualitycontrol/weightblood/dialyze_after',
  133. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/dialyze_after'),
  134. // name: 'dialyze_after',
  135. // meta: {
  136. // title: '患者透后体重分析',
  137. // noCache: true
  138. // },
  139. // hidden: true,
  140. // is_menu: false
  141. // },
  142. // {//患者体重详情
  143. // path: '/Dialysisanalysis/qualitycontrol/weightblood/weight_table',
  144. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/weight_table'),
  145. // name: 'weight_table',
  146. // meta: {
  147. // title: '患者体重详情',
  148. // noCache: true
  149. // },
  150. // hidden: true,
  151. // is_menu: false
  152. // },
  153. // {//透前血压分析
  154. // path: '/Dialysisanalysis/qualitycontrol/weightblood/before_Blood',
  155. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/before_Blood'),
  156. // name: 'before_Blood',
  157. // meta: {
  158. // title: '透前血压分析',
  159. // noCache: true
  160. // },
  161. // hidden: true,
  162. // is_menu: false
  163. // },
  164. // {//透前血压分析
  165. // path: '/Dialysisanalysis/qualitycontrol/weightblood/after_Blood',
  166. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/after_Blood'),
  167. // name: 'after_Blood',
  168. // meta: {
  169. // title: '透后血压分析',
  170. // noCache: true
  171. // },
  172. // hidden: true,
  173. // is_menu: false
  174. // },
  175. // {//患者血压详情
  176. // path: '/Dialysisanalysis/qualitycontrol/weightblood/blood_table',
  177. // component: () => import('@/xt_pages/Dialysisanalysis/weightblood/components/blood_table'),
  178. // name: 'blood_table',
  179. // meta: {
  180. // title: '透后血压分析',
  181. // noCache: true
  182. // },
  183. // hidden: true,
  184. // is_menu: false
  185. // },
  186. {
  187. path: '/Dialysisanalysis/qualitycontrol/Indicatorsdetail',
  188. component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/otherIndicators'),
  189. name: 'otherIndicators_two',
  190. hidden: true,
  191. is_menu: false,
  192. meta: {
  193. title: '',
  194. noCache: true
  195. }
  196. },
  197. // {
  198. // path: '/Dialysisanalysis/qualitycontrol/thyroidGland',
  199. // component: () => import('@/xt_pages/Dialysisanalysis/qualitycontrol/thyroidGland'),
  200. // name: 'thyroidGland',
  201. // meta: {
  202. // title: '甲状旁腺激素分析',
  203. // noCache: true
  204. // }
  205. // },
  206. // {
  207. // path: '/Dialysisanalysis/qualitycontrol/hemoglobin',
  208. // component: () => import('@/xt_pages/Dialysisanalysis/hemoglobin/index'),
  209. // name: 'thyroidGland',
  210. // meta: {
  211. // title: '血红蛋白',
  212. // noCache: true
  213. // }
  214. // },
  215. // {
  216. // path: '/Dialysisanalysis/qualitycontrol/bloodPotassium',
  217. // component: () => import('@/xt_pages/Dialysisanalysis/bloodPotassium/index'),
  218. // name: 'thyroidGland',
  219. // meta: {
  220. // title: '血钾',
  221. // noCache: true
  222. // }
  223. // },
  224. // {
  225. // path: '/Dialysisanalysis/qualitycontrol/albumin',
  226. // component: () => import('@/xt_pages/Dialysisanalysis/albumin/index'),
  227. // name: 'thyroidGland',
  228. // meta: {
  229. // title: '白蛋白',
  230. // noCache: true
  231. // }
  232. // },
  233. // {
  234. // path: '/Dialysisanalysis/qualitycontrol/bloodPhosphorus',
  235. // component: () => import('@/xt_pages/Dialysisanalysis/bloodPhosphorus/index'),
  236. // name: 'thyroidGland',
  237. // meta: {
  238. // title: '血磷',
  239. // noCache: true
  240. // }
  241. // },
  242. // {
  243. // path: '/Dialysisanalysis/qualitycontrol/calcium',
  244. // component: () => import('@/xt_pages/Dialysisanalysis/calcium/index'),
  245. // name: 'thyroidGland',
  246. // meta: {
  247. // title: '钙',
  248. // noCache: true
  249. // }},
  250. {
  251. path: '/Dialysisanalysis/qualitycontrol/platelets',
  252. component: () => import('@/xt_pages/Dialysisanalysis/platelets/index'),
  253. name: 'thyroidGland',
  254. hidden: true,
  255. is_menu: false,
  256. meta: {
  257. title: 'KTV/URR',
  258. noCache: true
  259. }
  260. },
  261. {
  262. path: '/Dialysisanalysis/qualitycontrol/summary',
  263. component: () => import('@/xt_pages/Dialysisanalysis/summary/index'),
  264. name: 'index_summary',
  265. hidden: true,
  266. is_menu: false,
  267. meta: {
  268. title: '指标汇总',
  269. noCache: true
  270. }
  271. },
  272. {
  273. path: '/Dialysisanalysis/qualitycontrol/print',
  274. component: () => import('@/xt_pages/Dialysisanalysis/print/print'),
  275. name: 'print',
  276. hidden: true,
  277. is_menu: false,
  278. meta: {
  279. title: 'print',
  280. noCache: true
  281. }
  282. },
  283. // 新
  284. {
  285. path: '/Dialysisanalysis/qualitycontrol/otherIndicators/components/columnarTotal',
  286. component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/components/columnarTotal'),
  287. name: 'print',
  288. hidden: true,
  289. is_menu: false,
  290. meta: {
  291. title: 'print',
  292. noCache: true
  293. }
  294. },
  295. {
  296. path: '/Dialysisanalysis/qualitycontrol/otherIndicators/components/CakeshapeTotal',
  297. component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/components/CakeshapeTotal'),
  298. name: 'print',
  299. hidden: true,
  300. is_menu: false,
  301. meta: {
  302. title: 'print',
  303. noCache: true
  304. }
  305. },
  306. {
  307. path: '/Dialysisanalysis/qualitycontrol/otherIndicators/components/tableTotal',
  308. component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/components/tableTotal'),
  309. name: 'print',
  310. hidden: true,
  311. is_menu: false,
  312. meta: {
  313. title: 'print',
  314. noCache: true
  315. }
  316. },
  317. // {
  318. // path: '/Dialysisanalysis/hemoglobin',
  319. // component: () => import('@/xt_pages/Dialysisanalysis/hemoglobin/index'),
  320. // name: 'index',
  321. // meta: {
  322. // title: '血红蛋白',
  323. // noCache: true
  324. // }
  325. // },
  326. // {
  327. // path: '/Dialysisanalysis/bloodPotassium',
  328. // component: () => import('@/xt_pages/Dialysisanalysis/bloodPotassium/index'),
  329. // name: 'index',
  330. // meta: {
  331. // title: '血钾',
  332. // noCache: true
  333. // }
  334. // },
  335. // {
  336. // path: '/Dialysisanalysis/albumin',
  337. // component: () => import('@/xt_pages/Dialysisanalysis/albumin/index'),
  338. // name: 'index',
  339. // meta: {
  340. // title: '白蛋白',
  341. // noCache: true
  342. // }
  343. // },
  344. // {
  345. // path: '/Dialysisanalysis/bloodPhosphorus',
  346. // component: () => import('@/xt_pages/Dialysisanalysis/bloodPhosphorus/index'),
  347. // name: 'index',
  348. // meta: {
  349. // title: '血磷',
  350. // noCache: true
  351. // }
  352. // },
  353. // {
  354. // path: '/Dialysisanalysis/calcium',
  355. // component: () => import('@/xt_pages/Dialysisanalysis/calcium/index'),
  356. // name: 'index',
  357. // meta: {
  358. // title: '钙',
  359. // noCache: true
  360. // }
  361. // },
  362. // {
  363. // path: '/Dialysisanalysis/platelets',
  364. // component: () => import('@/xt_pages/Dialysisanalysis/platelets/index'),
  365. // name: 'index',
  366. // meta: {
  367. // title: '血小板',
  368. // noCache: true
  369. // }
  370. // },
  371. // {
  372. // path: '/Dialysisanalysis/otherIndicators',
  373. // component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/index'),
  374. // name: 'index',
  375. // meta: {
  376. // title: '其他指标',
  377. // noCache: true
  378. // }
  379. // },
  380. // {
  381. // path: '/Dialysisanalysis/nonnumerical',
  382. // component: () => import('@/xt_pages/Dialysisanalysis/nonnumerical'),
  383. // name: 'nonnumerical',
  384. // meta: {
  385. // title: '非数值类的列表展示',
  386. // noCache: true
  387. // }
  388. // },
  389. // {
  390. // path: '/Dialysisanalysis/dialysis_index',
  391. // component: () => import('@/xt_pages/Dialysisanalysis/dialysis_index'),
  392. // name: 'dialysis_index',
  393. // meta: {
  394. // title: '透析指标详情',
  395. // noCache: true
  396. // }
  397. // },
  398. ]
  399. }