import Layout from '@/views/layout/Layout' export default { path: '/qcd', component: Layout, redirect: '/qcd/dialysistotal', name: 'qcd', alwaysShow: true, meta: { title: '质控管理', icon: 'statistics' }, children: [ // { // path: "/statistics/index", // component: () => import("@/xt_pages/statistics/index"), // name: "statistics", // meta: { // title: "statistics", // noCache: true // } // }, // { // path: "/qcd/dialysistotal", // component: () => import("@/xt_pages/qcd/dialysisTotal"), // name: "dialysistotal", // meta: { // title: "透析总量", // noCache: true // } // }, // { // path: "/qcd/processindicators", // component: () => import("@/xt_pages/qcd/processIndicators"), // name: "processIndicators", // meta: { // title: "过程指标", // noCache: true // } // }, // { // path: "/qcd/outcomeIndicators/control", // component: () => import("@/xt_pages/qcd/outcomeIndicators/control"), // name: "outcomeIndicatorsControl", // meta: { // title: "结果指标", // noCache: true // } // }, // { // path: "/qcd/outcomeIndicators/query", // hidden: true, // is_menu: false, // component: () => import("@/xt_pages/qcd/outcomeIndicators/query"), // name: "outcomeIndicatorsQuery", // meta: { // title: "指标查询", // noCache: true // } // }, // { // path: "/qcd/patientanalysis/total", // component: () => import("@/xt_pages/qcd/patientAnalysis/total"), // name: "patientAnalysisTotal", // meta: { // title: "患者分析", // noCache: true // } // }, { path: '/qcd/patientanalysis/statisticalConfig', component: () => import('@/xt_pages/qcd/statisticalConfiguration'), name: 'statisticalConfig', meta: { title: '统计配置', noCache: true } }, { path: '/qcd/basicInformationAnalysis', component: () => import('@/xt_pages/qcd/basicInformationAnalysis'), name: 'basicInformationAnalysis', meta: { title: '基本信息统计', noCache: true } }, { path: '/qcd/officesControlAnalysis/time', component: () => import('@/xt_pages/qcd/officesControlAnalysis/time'), name: 'officesControlAnalysis', meta: { title: '科室质控达标统计', noCache: true } }, { path: '/qcd/officesControlAnalysis/project', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/officesControlAnalysis/project'), name: 'patientControlAnalysisProject', meta: { title: '科室质控达标统计按项目', noCache: true } }, { path: '/qcd/patientControlAnalysis', component: () => import('@/xt_pages/qcd/patientControlAnalysis'), name: 'patientControlAnalysisTime', meta: { title: '患者质控达标统计', noCache: true } }, { path: '/qcd/patientComplianceDetails', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientComplianceDetails'), name: 'patientComplianceDetails', meta: { title: '患者质控达标统计详情', noCache: true } }, { path: '/qcd/treatmentControlAnalysis/time', component: () => import('@/xt_pages/qcd/treatmentControlAnalysis/time'), name: 'treatmentControlAnalysis', meta: { title: '治疗信息统计', noCache: true } }, { path: '/qcd/treatmentControlAnalysis/check', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/treatmentControlAnalysis/check'), name: 'treatmentControlAnalysisCheck', meta: { title: '治疗信息统计检验检查', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/analysis', component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/analysis'), name: 'indicatorControlAnalysis', meta: { title: '指标评估统计', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/process', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/process'), name: 'process', meta: { title: '指标评估统计透析过程', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/monitor', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/monitor'), name: 'monitor', meta: { title: '指标评估统计透析监测', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/bloodPressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/bloodPressure'), name: 'bloodPressure', meta: { title: '指标评估统计血压', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/bloodPressureDetails', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/bloodPressureDetails'), name: 'bloodPressureDetails', meta: { title: '指标评估统计血压详情', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/weight'), name: 'weight', meta: { title: '指标评估体重', noCache: true } }, { path: '/qcd/indicatorControlAnalysis/weightDetails', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/weightDetails'), name: 'weightDetails', meta: { title: '指标评估体重详情', } }, { path: '/qcd/analysisDetails', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/analysisDetails'), name: 'analysisDetails', meta: { title: '化验指标评估统计详情', noCache: true } }, { path: '/qcd/workAnalysis/doctor', component: () => import('@/xt_pages/qcd/workAnalysis/doctor'), name: 'workAnalysisDoctor', meta: { title: '工作量分析统计', noCache: true } }, { path: '/qcd/workAnalysis/nurse', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/workAnalysis/nurse'), name: 'workAnalysisNurse', meta: { title: '工作量分析统计护士', noCache: true } }, { path: '/qcd/patientanalysis/checkStatistical', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/checkStatistical'), name: 'checkStatistical', meta: { title: '检验检查统计配置', noCache: true } }, { path: '/qcd/patientanalysis/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析', noCache: true } }, { path: '/qcd/patientanalysis/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析', noCache: true } }, { path: '/qcd/patientanalysis/dialysisage', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析', noCache: true } }, { path: '/qcd/patientanalysis/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析', noCache: true } }, { path: '/qcd/patientanalysis/complication', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/complication'), name: 'patientAnalysisComplication', meta: { title: '并发症分析', noCache: true } }, { path: '/qcd/patientanalysis/infectiousdiseases', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'), name: 'patientAnalysisInfectiousDiseases', meta: { title: '传染病分析', noCache: true } }, { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归', noCache: true } }, { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重', noCache: true } }, { path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压', noCache: true } }, { path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制', noCache: true } }, { path: '/qcd/pa/person/oralmedicine', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'), name: 'paPersonOralMedicine', meta: { title: '口服药', noCache: true } }, { path: '/qcd/inspection/detail', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/indicatorControlAnalysis/patientInspectionDetail'), name: 'patientInspectionDetail', meta: { title: '化验指标详情', noCache: true } } ] }