瀏覽代碼

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

XMLWAN 2 年之前
父節點
當前提交
2691a186c5
共有 2 個文件被更改,包括 19 次插入1 次删除
  1. 1 0
      src/router/index.js
  2. 18 1
      src/router/modules/qcd.js

+ 1 - 0
src/router/index.js 查看文件

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 查看文件

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'),