|
@@ -125,6 +125,17 @@ export const xt_constantRouterMap = [
|
125
|
125
|
// ////////////////////////////
|
126
|
126
|
// 本地开始
|
127
|
127
|
// /////////////////////////////
|
|
128
|
+ {
|
|
129
|
+ path:'/sign',
|
|
130
|
+ component: Layout,
|
|
131
|
+ redirct: '/sign/index',
|
|
132
|
+ children: [{
|
|
133
|
+ path: '/sign',
|
|
134
|
+ component:() => import('@/xt_pages/sign/index'),
|
|
135
|
+ name:'sign',
|
|
136
|
+ meta: {title:'signWeight',icon:'table',noCache:true}
|
|
137
|
+ }]
|
|
138
|
+ },
|
128
|
139
|
{
|
129
|
140
|
path: '/qcd',
|
130
|
141
|
component: Layout,
|
|
@@ -151,65 +162,6 @@ export const xt_constantRouterMap = [
|
151
|
162
|
{ path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制' }},
|
152
|
163
|
]
|
153
|
164
|
},
|
154
|
|
- {
|
155
|
|
- path: 'statistics',
|
156
|
|
- component: Layout,
|
157
|
|
- redirect: '/statistics/index',
|
158
|
|
- children: [{
|
159
|
|
- path: '/statistics',
|
160
|
|
- component: () => import('@/xt_pages/statistics/index'),
|
161
|
|
- name: 'statistics',
|
162
|
|
- meta: { title: 'statistics', icon: 'chart', noCache: true }
|
163
|
|
- }]
|
164
|
|
- },
|
165
|
|
- {
|
166
|
|
- path:'/sign',
|
167
|
|
- component: Layout,
|
168
|
|
- redirct: '/sign/index',
|
169
|
|
- children: [{
|
170
|
|
- path: '/sign',
|
171
|
|
- component:() => import('@/xt_pages/sign/index'),
|
172
|
|
- name:'sign',
|
173
|
|
- meta: {title:'signWeight',icon:'table',noCache:true}
|
174
|
|
- }]
|
175
|
|
- },
|
176
|
|
- {
|
177
|
|
- path: '/qcd',
|
178
|
|
- component: Layout,
|
179
|
|
- redirect: '/qcd/dialysistotal',
|
180
|
|
- name: 'qcd',
|
181
|
|
- alwaysShow: true,
|
182
|
|
- meta: { title: '科室质控', icon: 'table' },
|
183
|
|
- children: [
|
184
|
|
- { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
|
185
|
|
- { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
|
186
|
|
- {
|
187
|
|
- path: '/qcd/outcomeIndicators',
|
188
|
|
- name: 'outcomeIndicators',
|
189
|
|
- meta: { title: '结果指标' },
|
190
|
|
- redirect: '/qcd/outcomeIndicators/control',
|
191
|
|
- component: () => import('@/xt_pages/qcd/outcomeIndicators/parent'), // Parent router-view
|
192
|
|
- children: [
|
193
|
|
- { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '指标控制' }},
|
194
|
|
- { path: '/qcd/outcomeIndicators/query', component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }}
|
195
|
|
- ]
|
196
|
|
- },
|
197
|
|
- {
|
198
|
|
- path: '/qcd/patientanalysis',
|
199
|
|
- name: 'patientanalysis',
|
200
|
|
- meta: { title: '患者分析' },
|
201
|
|
- redirect: '/qcd/patientanalysis/total',
|
202
|
|
- component: () => import('@/xt_pages/qcd/patientAnalysis/parent'), // Parent router-view
|
203
|
|
- children: [
|
204
|
|
- { path: '/qcd/patientanalysis/total', component: () => import('@/xt_pages/qcd/patientAnalysis/total'), name: 'patientAnalysisTotal', meta: { title: '总量分析' }},
|
205
|
|
- { path: '/qcd/patientanalysis/weight', component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析' }},
|
206
|
|
- { path: '/qcd/patientanalysis/bloodpressure', component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析' }},
|
207
|
|
- { path: '/qcd/patientanalysis/dialysisage', component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析' }},
|
208
|
|
- { path: '/qcd/patientanalysis/lapseto', component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }}
|
209
|
|
- ]
|
210
|
|
- }
|
211
|
|
- ]
|
212
|
|
- },
|
213
|
165
|
{
|
214
|
166
|
path: '/patients',
|
215
|
167
|
component: Layout,
|