|
@@ -125,44 +125,6 @@ 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: 'sign', noCache: true }
|
137
|
|
- }]
|
138
|
|
- },
|
139
|
|
- {
|
140
|
|
- path: '/qcd',
|
141
|
|
- component: Layout,
|
142
|
|
- redirect: '/qcd/dialysistotal',
|
143
|
|
- name: 'qcd',
|
144
|
|
- alwaysShow: true,
|
145
|
|
- meta: { title: '科室质控', icon: 'statistics' },
|
146
|
|
- children: [
|
147
|
|
- { path: '/statistics/index', component: () => import('@/xt_pages/statistics/index'), name: 'statistics', meta: { title: 'statistics' }},
|
148
|
|
- { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
|
149
|
|
- { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
|
150
|
|
- { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '结果指标' }},
|
151
|
|
- { path: '/qcd/outcomeIndicators/query', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }},
|
152
|
|
- { path: '/qcd/patientanalysis/total', component: () => import('@/xt_pages/qcd/patientAnalysis/total'), name: 'patientAnalysisTotal', meta: { title: '患者分析' }},
|
153
|
|
- { path: '/qcd/patientanalysis/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析' }},
|
154
|
|
- { path: '/qcd/patientanalysis/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析' }},
|
155
|
|
- { path: '/qcd/patientanalysis/dialysisage', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析' }},
|
156
|
|
- { path: '/qcd/patientanalysis/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }},
|
157
|
|
- { path: '/qcd/patientanalysis/complication', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/complication'), name: 'patientAnalysisComplication', meta: { title: '并发症分析' }},
|
158
|
|
- { path: '/qcd/patientanalysis/infectiousdiseases', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'), name: 'patientAnalysisInfectiousDiseases', meta: { title: '传染病分析' }},
|
159
|
|
- { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
|
160
|
|
- { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
|
161
|
|
- { path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压' }},
|
162
|
|
- { path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制' }},
|
163
|
|
- { path: '/qcd/pa/person/oralmedicine', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'), name: 'paPersonOralMedicine', meta: { title: '口服药' }}
|
164
|
|
- ]
|
165
|
|
- },
|
166
|
128
|
{
|
167
|
129
|
path: '/patients',
|
168
|
130
|
component: Layout,
|
|
@@ -323,6 +285,17 @@ export const xt_constantRouterMap = [
|
323
|
285
|
}
|
324
|
286
|
]
|
325
|
287
|
},
|
|
288
|
+ {
|
|
289
|
+ path: '/sign',
|
|
290
|
+ component: Layout,
|
|
291
|
+ redirct: '/sign/index',
|
|
292
|
+ children: [{
|
|
293
|
+ path: '/sign',
|
|
294
|
+ component: () => import('@/xt_pages/sign/index'),
|
|
295
|
+ name: 'sign',
|
|
296
|
+ meta: { title: 'signWeight', icon: 'sign', noCache: true }
|
|
297
|
+ }]
|
|
298
|
+ },
|
326
|
299
|
{
|
327
|
300
|
path: '/dialysis/',
|
328
|
301
|
component: Layout,
|
|
@@ -367,24 +340,6 @@ export const xt_constantRouterMap = [
|
367
|
340
|
]
|
368
|
341
|
},
|
369
|
342
|
{
|
370
|
|
- path: '/fullscreenboard',
|
371
|
|
- component: () => import('@/xt_pages/fullscreenboard/index'),
|
372
|
|
- hidden: true
|
373
|
|
- },
|
374
|
|
- {
|
375
|
|
- path: '/device',
|
376
|
|
- component: Layout,
|
377
|
|
- redirect: '/device/main',
|
378
|
|
- name: 'device',
|
379
|
|
- alwaysShow: true,
|
380
|
|
- meta: { title: 'deviceManage', icon: 'shebei' },
|
381
|
|
- children: [
|
382
|
|
- { path: '/device/zones', component: () => import('@/xt_pages/device/zone_main'), name: 'deviceZoneManage', meta: { title: 'deviceZoneManage' }},
|
383
|
|
- { path: '/device/groups', component: () => import('@/xt_pages/device/group_main'), name: 'deviceGroupManage', meta: { title: 'deviceGroupManage' }},
|
384
|
|
- { path: '/device/numbers', component: () => import('@/xt_pages/device/number_main'), name: 'deviceNumberManage', meta: { title: 'deviceNumberManage' }},
|
385
|
|
- { path: '/device/main', component: () => import('@/xt_pages/device/main'), name: 'dialysisMachineManage', meta: { title: 'dialysisMachineManage' }}
|
386
|
|
- ]
|
387
|
|
- }, {
|
388
|
343
|
path: '/stock/',
|
389
|
344
|
component: Layout,
|
390
|
345
|
redirect: 'noredirect',
|
|
@@ -508,6 +463,34 @@ export const xt_constantRouterMap = [
|
508
|
463
|
}
|
509
|
464
|
]
|
510
|
465
|
},
|
|
466
|
+
|
|
467
|
+ {
|
|
468
|
+ path: '/qcd',
|
|
469
|
+ component: Layout,
|
|
470
|
+ redirect: '/qcd/dialysistotal',
|
|
471
|
+ name: 'qcd',
|
|
472
|
+ alwaysShow: true,
|
|
473
|
+ meta: { title: '科室质控', icon: 'statistics' },
|
|
474
|
+ children: [
|
|
475
|
+ { path: '/statistics/index', component: () => import('@/xt_pages/statistics/index'), name: 'statistics', meta: { title: 'statistics' }},
|
|
476
|
+ { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
|
|
477
|
+ { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
|
|
478
|
+ { path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '结果指标' }},
|
|
479
|
+ { path: '/qcd/outcomeIndicators/query', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }},
|
|
480
|
+ { path: '/qcd/patientanalysis/total', component: () => import('@/xt_pages/qcd/patientAnalysis/total'), name: 'patientAnalysisTotal', meta: { title: '患者分析' }},
|
|
481
|
+ { path: '/qcd/patientanalysis/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析' }},
|
|
482
|
+ { path: '/qcd/patientanalysis/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析' }},
|
|
483
|
+ { path: '/qcd/patientanalysis/dialysisage', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析' }},
|
|
484
|
+ { path: '/qcd/patientanalysis/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }},
|
|
485
|
+ { path: '/qcd/patientanalysis/complication', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/complication'), name: 'patientAnalysisComplication', meta: { title: '并发症分析' }},
|
|
486
|
+ { path: '/qcd/patientanalysis/infectiousdiseases', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/infectiousDiseases'), name: 'patientAnalysisInfectiousDiseases', meta: { title: '传染病分析' }},
|
|
487
|
+ { path: '/qcd/pa/person/lapseto', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/lapseto'), name: 'paPersonLapseto', meta: { title: '转归' }},
|
|
488
|
+ { path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
|
|
489
|
+ { path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压' }},
|
|
490
|
+ { path: '/qcd/pa/person/indicators', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/indicators'), name: 'paPersonIndicators', meta: { title: '指标控制' }},
|
|
491
|
+ { path: '/qcd/pa/person/oralmedicine', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'), name: 'paPersonOralMedicine', meta: { title: '口服药' }}
|
|
492
|
+ ]
|
|
493
|
+ },
|
511
|
494
|
{
|
512
|
495
|
path: '/data/',
|
513
|
496
|
component: Layout,
|
|
@@ -520,6 +503,20 @@ export const xt_constantRouterMap = [
|
520
|
503
|
{ path: '/data/druguse', component: () => import('@/xt_pages/data/druguseTemplate'), name: 'druguse', meta: { title: 'druguse' }}
|
521
|
504
|
]
|
522
|
505
|
},
|
|
506
|
+ {
|
|
507
|
+ path: '/device',
|
|
508
|
+ component: Layout,
|
|
509
|
+ redirect: '/device/main',
|
|
510
|
+ name: 'device',
|
|
511
|
+ alwaysShow: true,
|
|
512
|
+ meta: { title: 'deviceManage', icon: 'shebei' },
|
|
513
|
+ children: [
|
|
514
|
+ { path: '/device/zones', component: () => import('@/xt_pages/device/zone_main'), name: 'deviceZoneManage', meta: { title: 'deviceZoneManage' }},
|
|
515
|
+ { path: '/device/groups', component: () => import('@/xt_pages/device/group_main'), name: 'deviceGroupManage', meta: { title: 'deviceGroupManage' }},
|
|
516
|
+ { path: '/device/numbers', component: () => import('@/xt_pages/device/number_main'), name: 'deviceNumberManage', meta: { title: 'deviceNumberManage' }},
|
|
517
|
+ { path: '/device/main', component: () => import('@/xt_pages/device/main'), name: 'dialysisMachineManage', meta: { title: 'dialysisMachineManage' }}
|
|
518
|
+ ]
|
|
519
|
+ },
|
523
|
520
|
{
|
524
|
521
|
path: '/role',
|
525
|
522
|
component: Layout,
|
|
@@ -535,7 +532,13 @@ export const xt_constantRouterMap = [
|
535
|
532
|
{ path: '/role/perview', component: () => import('@/xt_pages/role/EditPerview'), name: 'setupPerview', meta: { title: 'setupPerview', noCache: true }, hidden: true, is_menu: false },
|
536
|
533
|
{ path: '/role/admin/specialpermission', component: () => import('@/xt_pages/role/special_permission'), name: 'special_permission_manage', meta: { title: 'special_permission_manage' }}
|
537
|
534
|
]
|
538
|
|
- }
|
|
535
|
+ },
|
|
536
|
+
|
|
537
|
+ {
|
|
538
|
+ path: '/fullscreenboard',
|
|
539
|
+ component: () => import('@/xt_pages/fullscreenboard/index'),
|
|
540
|
+ hidden: true
|
|
541
|
+ },
|
539
|
542
|
// /////////////本地要end/
|
540
|
543
|
]
|
541
|
544
|
|