|
@@ -67,7 +67,24 @@ export default {
|
67
|
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
|
89
|
path: '/qcd/basicInformationAnalysis',
|
73
|
90
|
component: () => import('@/xt_pages/qcd/basicInformationAnalysis'),
|