|
@@ -22,6 +22,72 @@ export default {
|
22
|
22
|
noCache: true
|
23
|
23
|
}
|
24
|
24
|
},
|
|
25
|
+ {//新专业质控
|
|
26
|
+ path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators',
|
|
27
|
+ component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/index'),
|
|
28
|
+ name: 'otherIndicators',
|
|
29
|
+ meta: {
|
|
30
|
+ title: '新专业质控',
|
|
31
|
+ noCache: true
|
|
32
|
+ }
|
|
33
|
+ },
|
|
34
|
+ {//透析总量分析
|
|
35
|
+ path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/Total_analysis',
|
|
36
|
+ component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/Total_analysis'),
|
|
37
|
+ name: 'otherIndicators',
|
|
38
|
+ meta: {
|
|
39
|
+ title: '透析总量分析',
|
|
40
|
+ noCache: true
|
|
41
|
+ },
|
|
42
|
+ hidden: true,
|
|
43
|
+ is_menu: false
|
|
44
|
+ },
|
|
45
|
+ {//透析总量详情
|
|
46
|
+ path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/Total_table',
|
|
47
|
+ component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/Total_table'),
|
|
48
|
+ name: 'otherIndicators',
|
|
49
|
+ meta: {
|
|
50
|
+ title: '透析总量详情',
|
|
51
|
+ noCache: true
|
|
52
|
+ },
|
|
53
|
+ hidden: true,
|
|
54
|
+ is_menu: false
|
|
55
|
+ },
|
|
56
|
+ {//抗凝剂
|
|
57
|
+ path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/anticoagulant',
|
|
58
|
+ component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/anticoagulant'),
|
|
59
|
+ name: 'otherIndicators',
|
|
60
|
+ meta: {
|
|
61
|
+ title: '抗凝剂类型统计',
|
|
62
|
+ noCache: true
|
|
63
|
+ },
|
|
64
|
+ hidden: true,
|
|
65
|
+ is_menu: false
|
|
66
|
+ },
|
|
67
|
+ {//透析器
|
|
68
|
+ path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/dialyzer',
|
|
69
|
+ component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/dialyzer'),
|
|
70
|
+ name: 'otherIndicators',
|
|
71
|
+ meta: {
|
|
72
|
+ title: '透析器统计',
|
|
73
|
+ noCache: true
|
|
74
|
+ },
|
|
75
|
+ hidden: true,
|
|
76
|
+ is_menu: false
|
|
77
|
+ },
|
|
78
|
+ {//透析完成率
|
|
79
|
+ path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators/complete',
|
|
80
|
+ component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/components/complete'),
|
|
81
|
+ name: 'otherIndicators',
|
|
82
|
+ meta: {
|
|
83
|
+ title: '透析完成率',
|
|
84
|
+ noCache: true
|
|
85
|
+ },
|
|
86
|
+ hidden: true,
|
|
87
|
+ is_menu: false
|
|
88
|
+ },
|
|
89
|
+
|
|
90
|
+
|
25
|
91
|
{
|
26
|
92
|
path: '/Dialysisanalysis/qualitycontrol/Indicatorsdetail',
|
27
|
93
|
component: () => import('@/xt_pages/Dialysisanalysis/otherIndicators/otherIndicators'),
|