zhengchengwu 6 jaren geleden
bovenliggende
commit
9ff1c8dd21
1 gewijzigde bestanden met toevoegingen van 37 en 0 verwijderingen
  1. 37 0
      src/router/index.js

+ 37 - 0
src/router/index.js Bestand weergeven

@@ -885,6 +885,43 @@ export const xt_asyncRouterMap = [
885 885
   //     { path: '/data/druguse', component: () => import('@/xt_pages/data/druguseTemplate'), name: 'druguse', meta: { title: 'druguse' }}
886 886
   //   ]
887 887
   // },
888
+  // {
889
+  //   path: '/qcd',
890
+  //   component: Layout,
891
+  //   redirect: '/qcd/dialysistotal',
892
+  //   name: 'qcd',
893
+  //   alwaysShow: true,
894
+  //   meta: { title: '科室质控', icon: 'table' },
895
+  //   children: [
896
+  //     { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
897
+  //     { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
898
+  //     { 
899
+  //       path: '/qcd/outcomeIndicators', 
900
+  //       name: 'outcomeIndicators', 
901
+  //       meta: { title: '结果指标' },
902
+  //       redirect: '/qcd/outcomeIndicators/control',
903
+  //       component: () => import('@/xt_pages/qcd/outcomeIndicators/parent'), // Parent router-view
904
+  //       children:[
905
+  //         { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '指标控制' }},
906
+  //         { path: '/qcd/outcomeIndicators/query', component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }},
907
+  //       ]
908
+  //     },
909
+  //     { 
910
+  //       path: '/qcd/patientanalysis', 
911
+  //       name: 'patientanalysis', 
912
+  //       meta: { title: '患者分析' },
913
+  //       redirect: '/qcd/patientanalysis/total',
914
+  //       component: () => import('@/xt_pages/qcd/patientAnalysis/parent'), // Parent router-view
915
+  //       children:[
916
+  //         { path: '/qcd/patientanalysis/total', component: () => import('@/xt_pages/qcd/patientAnalysis/total'), name: 'patientAnalysisTotal', meta: { title: '总量分析' }},
917
+  //         { path: '/qcd/patientanalysis/weight', component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析' }},
918
+  //         { path: '/qcd/patientanalysis/bloodpressure', component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析' }},
919
+  //         { path: '/qcd/patientanalysis/dialysisage', component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析' }},
920
+  //         { path: '/qcd/patientanalysis/lapseto', component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }},
921
+  //       ]
922
+  //     },
923
+  //   ]
924
+  // },
888 925
   // /////////////////////////////////////线在end
889 926
   {
890 927
     path: '/role',