Bladeren bron

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

XMLWAN 1 jaar geleden
bovenliggende
commit
2691a186c5
2 gewijzigde bestanden met toevoegingen van 19 en 1 verwijderingen
  1. 1 0
      src/router/index.js
  2. 18 1
      src/router/modules/qcd.js

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

172
 
172
 
173
   otherManagement,
173
   otherManagement,
174
   qcd,
174
   qcd,
175
+  // qualitycontrol,//透析分析5/29
175
   device,
176
   device,
176
   org,
177
   org,
177
   data_upload,
178
   data_upload,

+ 18 - 1
src/router/modules/qcd.js Bestand weergeven

67
     //     noCache: true
67
     //     noCache: true
68
     //   }
68
     //   }
69
     // },
69
     // },
70
-    
70
+    {
71
+      path: '/qcd/thyroidGland',
72
+      component: () => import('@/xt_pages/qcd/qualitycontrol/thyroidGland'),
73
+      name: 'thyroidGland',
74
+      meta: {
75
+        title: '甲状旁腺激素分析',
76
+        noCache: true
77
+      }
78
+    },
79
+    {
80
+      path: '/qcd/hemoglobin',
81
+      component: () => import('@/xt_pages/qcd/hemoglobin/index'),
82
+      name: 'index',
83
+      meta: {
84
+        title: '血红蛋白',
85
+        noCache: true
86
+      }
87
+    },
71
     {
88
     {
72
       path: '/qcd/basicInformationAnalysis',
89
       path: '/qcd/basicInformationAnalysis',
73
       component: () => import('@/xt_pages/qcd/basicInformationAnalysis'),
90
       component: () => import('@/xt_pages/qcd/basicInformationAnalysis'),