|
@@ -49,76 +49,76 @@ export const xt_constantRouterMap = [
|
49
|
49
|
|
50
|
50
|
meta: { title: 'service', icon: 'shebei' },
|
51
|
51
|
children: [{
|
52
|
|
- path: '/service',
|
53
|
|
- component: () => import('@/xt_pages/service/index'),
|
54
|
|
- hidden: true,
|
55
|
|
- is_menu: false,
|
56
|
|
- name: 'service',
|
57
|
|
- meta: { title: 'service', icon: 'shebei', noCache: true }
|
58
|
|
- }, {
|
59
|
|
- path: '/service/invoice',
|
60
|
|
- component: () => import('@/xt_pages/service/invoice'),
|
61
|
|
- hidden: true,
|
62
|
|
- is_menu: false,
|
63
|
|
- name: 'invoice',
|
64
|
|
- meta: { title: 'invoice', icon: 'shebei', noCache: true }
|
65
|
|
- }, {
|
66
|
|
- path: '/service/invoice/apply',
|
67
|
|
- component: () => import('@/xt_pages/service/invoiceApply'),
|
68
|
|
- hidden: true,
|
69
|
|
- is_menu: false,
|
70
|
|
- name: 'invoiceApply',
|
71
|
|
- meta: { title: 'invoiceApply', icon: 'shebei', noCache: true }
|
72
|
|
- },
|
73
|
|
- {
|
74
|
|
- path: '/servicePay',
|
75
|
|
- component: () => import('@/xt_pages/service/servicePay'),
|
76
|
|
- hidden: true,
|
77
|
|
- name: 'servicePay',
|
78
|
|
- meta: { title: 'servicePay' }
|
79
|
|
- },
|
80
|
|
- {
|
81
|
|
- path: '/payType',
|
82
|
|
- component: () => import('@/xt_pages/service/payType'),
|
83
|
|
- hidden: true,
|
84
|
|
- name: 'payType',
|
85
|
|
- meta: { title: 'payType' }
|
86
|
|
- },
|
87
|
|
- {
|
88
|
|
- path: '/weChatPay',
|
89
|
|
- component: () => import('@/xt_pages/service/weChatPay'),
|
90
|
|
- hidden: true,
|
91
|
|
- name: 'weChatPay',
|
92
|
|
- meta: { title: 'weChatPay' }
|
93
|
|
- },
|
94
|
|
- {
|
95
|
|
- path: '/service/completeOrder',
|
96
|
|
- component: () => import('@/xt_pages/service/completeOrder'),
|
97
|
|
- hidden: true,
|
98
|
|
- name: 'completeOrder',
|
99
|
|
- meta: { title: 'completeOrder' }
|
100
|
|
- },{
|
101
|
|
- path: '/service/buy',
|
102
|
|
- component: () => import('@/xt_pages/service/serviceOrder'),
|
103
|
|
- hidden: true,
|
104
|
|
- is_menu: false,
|
105
|
|
- name: 'serviceOrder',
|
106
|
|
- meta: { title: 'serviceOrder', icon: 'shebei', noCache: true }
|
107
|
|
- },{
|
108
|
|
- path: '/order',
|
109
|
|
- component: () => import('@/xt_pages/service/orderRecord'),
|
110
|
|
- hidden: true,
|
111
|
|
- is_menu: false,
|
112
|
|
- name: 'orderRecord',
|
113
|
|
- meta: { title: 'orderRecord', icon: 'shebei', noCache: true }
|
114
|
|
- },{
|
115
|
|
- path: '/service/recordList',
|
116
|
|
- component: () => import('@/xt_pages/service/serviceRecord'),
|
117
|
|
- hidden: true,
|
118
|
|
- is_menu: false,
|
119
|
|
- name: 'recordList',
|
120
|
|
- meta: { title: 'recordList', icon: 'shebei', noCache: true }
|
121
|
|
- }
|
|
52
|
+ path: '/service',
|
|
53
|
+ component: () => import('@/xt_pages/service/index'),
|
|
54
|
+ hidden: true,
|
|
55
|
+ is_menu: false,
|
|
56
|
+ name: 'service',
|
|
57
|
+ meta: { title: 'service', icon: 'shebei', noCache: true }
|
|
58
|
+ }, {
|
|
59
|
+ path: '/service/invoice',
|
|
60
|
+ component: () => import('@/xt_pages/service/invoice'),
|
|
61
|
+ hidden: true,
|
|
62
|
+ is_menu: false,
|
|
63
|
+ name: 'invoice',
|
|
64
|
+ meta: { title: 'invoice', icon: 'shebei', noCache: true }
|
|
65
|
+ }, {
|
|
66
|
+ path: '/service/invoice/apply',
|
|
67
|
+ component: () => import('@/xt_pages/service/invoiceApply'),
|
|
68
|
+ hidden: true,
|
|
69
|
+ is_menu: false,
|
|
70
|
+ name: 'invoiceApply',
|
|
71
|
+ meta: { title: 'invoiceApply', icon: 'shebei', noCache: true }
|
|
72
|
+ },
|
|
73
|
+ {
|
|
74
|
+ path: '/servicePay',
|
|
75
|
+ component: () => import('@/xt_pages/service/servicePay'),
|
|
76
|
+ hidden: true,
|
|
77
|
+ name: 'servicePay',
|
|
78
|
+ meta: { title: 'servicePay' }
|
|
79
|
+ },
|
|
80
|
+ {
|
|
81
|
+ path: '/payType',
|
|
82
|
+ component: () => import('@/xt_pages/service/payType'),
|
|
83
|
+ hidden: true,
|
|
84
|
+ name: 'payType',
|
|
85
|
+ meta: { title: 'payType' }
|
|
86
|
+ },
|
|
87
|
+ {
|
|
88
|
+ path: '/weChatPay',
|
|
89
|
+ component: () => import('@/xt_pages/service/weChatPay'),
|
|
90
|
+ hidden: true,
|
|
91
|
+ name: 'weChatPay',
|
|
92
|
+ meta: { title: 'weChatPay' }
|
|
93
|
+ },
|
|
94
|
+ {
|
|
95
|
+ path: '/service/completeOrder',
|
|
96
|
+ component: () => import('@/xt_pages/service/completeOrder'),
|
|
97
|
+ hidden: true,
|
|
98
|
+ name: 'completeOrder',
|
|
99
|
+ meta: { title: 'completeOrder' }
|
|
100
|
+ }, {
|
|
101
|
+ path: '/service/buy',
|
|
102
|
+ component: () => import('@/xt_pages/service/serviceOrder'),
|
|
103
|
+ hidden: true,
|
|
104
|
+ is_menu: false,
|
|
105
|
+ name: 'serviceOrder',
|
|
106
|
+ meta: { title: 'serviceOrder', icon: 'shebei', noCache: true }
|
|
107
|
+ }, {
|
|
108
|
+ path: '/order',
|
|
109
|
+ component: () => import('@/xt_pages/service/orderRecord'),
|
|
110
|
+ hidden: true,
|
|
111
|
+ is_menu: false,
|
|
112
|
+ name: 'orderRecord',
|
|
113
|
+ meta: { title: 'orderRecord', icon: 'shebei', noCache: true }
|
|
114
|
+ }, {
|
|
115
|
+ path: '/service/recordList',
|
|
116
|
+ component: () => import('@/xt_pages/service/serviceRecord'),
|
|
117
|
+ hidden: true,
|
|
118
|
+ is_menu: false,
|
|
119
|
+ name: 'recordList',
|
|
120
|
+ meta: { title: 'recordList', icon: 'shebei', noCache: true }
|
|
121
|
+ }
|
122
|
122
|
]
|
123
|
123
|
},
|
124
|
124
|
|
|
@@ -155,31 +155,31 @@ export const xt_constantRouterMap = [
|
155
|
155
|
children: [
|
156
|
156
|
{ path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
|
157
|
157
|
{ path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
|
158
|
|
- {
|
159
|
|
- path: '/qcd/outcomeIndicators',
|
160
|
|
- name: 'outcomeIndicators',
|
|
158
|
+ {
|
|
159
|
+ path: '/qcd/outcomeIndicators',
|
|
160
|
+ name: 'outcomeIndicators',
|
161
|
161
|
meta: { title: '结果指标' },
|
162
|
162
|
redirect: '/qcd/outcomeIndicators/control',
|
163
|
163
|
component: () => import('@/xt_pages/qcd/outcomeIndicators/parent'), // Parent router-view
|
164
|
|
- children:[
|
|
164
|
+ children: [
|
165
|
165
|
{ path: '/qcd/outcomeIndicators/control', component: () => import('@/xt_pages/qcd/outcomeIndicators/control'), name: 'outcomeIndicatorsControl', meta: { title: '指标控制' }},
|
166
|
|
- { path: '/qcd/outcomeIndicators/query', component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }},
|
|
166
|
+ { path: '/qcd/outcomeIndicators/query', component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }}
|
167
|
167
|
]
|
168
|
168
|
},
|
169
|
|
- {
|
170
|
|
- path: '/qcd/patientanalysis',
|
171
|
|
- name: 'patientanalysis',
|
|
169
|
+ {
|
|
170
|
+ path: '/qcd/patientanalysis',
|
|
171
|
+ name: 'patientanalysis',
|
172
|
172
|
meta: { title: '患者分析' },
|
173
|
173
|
redirect: '/qcd/patientanalysis/total',
|
174
|
174
|
component: () => import('@/xt_pages/qcd/patientAnalysis/parent'), // Parent router-view
|
175
|
|
- children:[
|
|
175
|
+ children: [
|
176
|
176
|
{ path: '/qcd/patientanalysis/total', component: () => import('@/xt_pages/qcd/patientAnalysis/total'), name: 'patientAnalysisTotal', meta: { title: '总量分析' }},
|
177
|
177
|
{ path: '/qcd/patientanalysis/weight', component: () => import('@/xt_pages/qcd/patientAnalysis/weight'), name: 'patientAnalysisWeight', meta: { title: '体重分析' }},
|
178
|
178
|
{ path: '/qcd/patientanalysis/bloodpressure', component: () => import('@/xt_pages/qcd/patientAnalysis/bloodPressure'), name: 'patientAnalysisBloodPressure', meta: { title: '血压分析' }},
|
179
|
179
|
{ path: '/qcd/patientanalysis/dialysisage', component: () => import('@/xt_pages/qcd/patientAnalysis/dialysisAge'), name: 'patientAnalysisDialysisAge', meta: { title: '透析龄分析' }},
|
180
|
|
- { path: '/qcd/patientanalysis/lapseto', component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }},
|
|
180
|
+ { path: '/qcd/patientanalysis/lapseto', component: () => import('@/xt_pages/qcd/patientAnalysis/lapseto'), name: 'patientAnalysisLapseto', meta: { title: '转归分析' }}
|
181
|
181
|
]
|
182
|
|
- },
|
|
182
|
+ }
|
183
|
183
|
]
|
184
|
184
|
},
|
185
|
185
|
{
|
|
@@ -325,21 +325,21 @@ export const xt_constantRouterMap = [
|
325
|
325
|
meta: { title: 'remind', noCache: true }
|
326
|
326
|
},
|
327
|
327
|
{
|
328
|
|
- path: "/workforce/template",
|
329
|
|
- component: () => import("@/xt_pages/workforce/template"),
|
330
|
|
- name: "workforce_template",
|
|
328
|
+ path: '/workforce/template',
|
|
329
|
+ component: () => import('@/xt_pages/workforce/template'),
|
|
330
|
+ name: 'workforce_template',
|
331
|
331
|
hidden: true,
|
332
|
332
|
is_menu: false,
|
333
|
333
|
meta: { title: 'workforce_template', noCache: true }
|
334
|
334
|
},
|
335
|
335
|
{
|
336
|
|
- path: "/workforce/schedule/print",
|
337
|
|
- component: () => import("@/xt_pages/workforce/schedule_print"),
|
338
|
|
- name: "schedule_print",
|
|
336
|
+ path: '/workforce/schedule/print',
|
|
337
|
+ component: () => import('@/xt_pages/workforce/schedule_print'),
|
|
338
|
+ name: 'schedule_print',
|
339
|
339
|
hidden: true,
|
340
|
340
|
is_menu: false,
|
341
|
341
|
meta: { title: 'schedule_print', noCache: true }
|
342
|
|
- },
|
|
342
|
+ }
|
343
|
343
|
]
|
344
|
344
|
},
|
345
|
345
|
{
|
|
@@ -373,7 +373,7 @@ export const xt_constantRouterMap = [
|
373
|
373
|
// { path: 'advice', component: () => import('@/xt_pages/dialysis/doctorAdvice'), name: 'advice', meta: { title: 'advice' }},
|
374
|
374
|
// { path: 'prepare', component: () => import('@/xt_pages/dialysis/dialysisPrepare'), name: 'prepare', meta: { title: 'prepare' }},
|
375
|
375
|
{ path: '/dialysis/watch', component: () => import('@/xt_pages/dialysis/bloodPresssWatch'), name: 'watch', meta: { title: 'watch' }},
|
376
|
|
- { path: '/dialysis/details', component: () => import('@/xt_pages/dialysis/details'), name: 'details', meta: { title: 'details' },hidden: true,is_menu: false},
|
|
376
|
+ { path: '/dialysis/details', component: () => import('@/xt_pages/dialysis/details'), name: 'details', meta: { title: 'details' }, hidden: true, is_menu: false },
|
377
|
377
|
{
|
378
|
378
|
path: '/dialysis/print/batch',
|
379
|
379
|
component: () => import('@/xt_pages/dialysis/batch_print/batch_print_order'),
|
|
@@ -382,13 +382,13 @@ export const xt_constantRouterMap = [
|
382
|
382
|
name: 'dialysis_batch_print',
|
383
|
383
|
meta: { title: 'dialysis_batch_print', noCache: true }
|
384
|
384
|
},
|
385
|
|
- { path: '/dialysis/board', component: () => import('@/xt_pages/dialysis/bulletinBoard'), name: '数据看板', meta: { title: '数据看板' }},
|
|
385
|
+ { path: '/dialysis/board', component: () => import('@/xt_pages/dialysis/bulletinBoard'), name: '数据看板', meta: { title: '数据看板' }}
|
386
|
386
|
]
|
387
|
387
|
},
|
388
|
388
|
{
|
389
|
389
|
path: '/fullscreenboard',
|
390
|
390
|
component: () => import('@/xt_pages/fullscreenboard/index'),
|
391
|
|
- hidden:true,
|
|
391
|
+ hidden: true
|
392
|
392
|
},
|
393
|
393
|
{
|
394
|
394
|
path: '/device',
|
|
@@ -403,126 +403,123 @@ export const xt_constantRouterMap = [
|
403
|
403
|
{ path: '/device/numbers', component: () => import('@/xt_pages/device/number_main'), name: 'deviceNumberManage', meta: { title: 'deviceNumberManage' }},
|
404
|
404
|
{ path: '/device/main', component: () => import('@/xt_pages/device/main'), name: 'dialysisMachineManage', meta: { title: 'dialysisMachineManage' }}
|
405
|
405
|
]
|
406
|
|
- },{
|
|
406
|
+ }, {
|
407
|
407
|
path: '/stock/',
|
408
|
408
|
component: Layout,
|
409
|
409
|
redirect: 'noredirect',
|
410
|
410
|
name: 'stockManage',
|
411
|
|
- meta: {title: 'stockManage', icon: 'excel'},
|
|
411
|
+ meta: { title: 'stockManage', icon: 'excel' },
|
412
|
412
|
children: [
|
413
|
413
|
{
|
414
|
414
|
path: '/stock/config',
|
415
|
415
|
component: () => import('@/xt_pages/stock/index'),
|
416
|
416
|
name: 'config',
|
417
|
|
- meta: {title: 'config'},
|
|
417
|
+ meta: { title: 'config' }
|
418
|
418
|
},
|
419
|
419
|
{
|
420
|
420
|
path: '/stock/in',
|
421
|
421
|
component: () => import('@/xt_pages/stock/stockInOrder'),
|
422
|
422
|
name: 'stockInOrder',
|
423
|
|
- meta: {title: 'stockInOrder',noCache: true }
|
|
423
|
+ meta: { title: 'stockInOrder', noCache: true }
|
424
|
424
|
}, {
|
425
|
425
|
path: '/stock/in/other',
|
426
|
426
|
component: () => import('@/xt_pages/stock/otherStockInOrder'),
|
427
|
427
|
name: 'otherStockInOrder',
|
428
|
|
- meta: {title: 'otherStockInOrder',noCache: true }
|
429
|
|
- },{
|
|
428
|
+ meta: { title: 'otherStockInOrder', noCache: true }
|
|
429
|
+ }, {
|
430
|
430
|
path: '/stock/return',
|
431
|
431
|
component: () => import('@/xt_pages/stock/salesReturnOrder'),
|
432
|
432
|
name: 'salesReturnOrder',
|
433
|
|
- meta: {title: 'salesReturnOrder',noCache: true}
|
434
|
|
- },{
|
|
433
|
+ meta: { title: 'salesReturnOrder', noCache: true }
|
|
434
|
+ }, {
|
435
|
435
|
path: '/stock/return/other',
|
436
|
436
|
component: () => import('@/xt_pages/stock/otherSalesReturnOrder'),
|
437
|
437
|
name: 'otherSalesReturnOrder',
|
438
|
|
- meta: {title: 'otherSalesReturnOrder',noCache: true}
|
|
438
|
+ meta: { title: 'otherSalesReturnOrder', noCache: true }
|
439
|
439
|
},
|
440
|
|
- {
|
|
440
|
+ {
|
441
|
441
|
path: '/stock/out',
|
442
|
442
|
component: () => import('@/xt_pages/stock/stockOutOrder'),
|
443
|
443
|
name: 'stockOutOrder',
|
444
|
|
- meta: {title: 'stockOutOrder',noCache: true}
|
445
|
|
- },{
|
|
444
|
+ meta: { title: 'stockOutOrder', noCache: true }
|
|
445
|
+ }, {
|
446
|
446
|
path: '/stock/out/other',
|
447
|
447
|
component: () => import('@/xt_pages/stock/otherStockOutOrder'),
|
448
|
448
|
name: 'otherStockOutOrder',
|
449
|
|
- meta: {title: 'otherStockOutOrder',noCache: true}
|
450
|
|
- },{
|
|
449
|
+ meta: { title: 'otherStockOutOrder', noCache: true }
|
|
450
|
+ }, {
|
451
|
451
|
path: '/stock/cancel',
|
452
|
452
|
component: () => import('@/xt_pages/stock/cancelStockOrder'),
|
453
|
453
|
name: 'cancelStockOrder',
|
454
|
|
- meta: {title: 'cancelStockOrder',noCache: true}
|
455
|
|
- },{
|
|
454
|
+ meta: { title: 'cancelStockOrder', noCache: true }
|
|
455
|
+ }, {
|
456
|
456
|
path: '/stock/cancel/other',
|
457
|
457
|
component: () => import('@/xt_pages/stock/otherCancelStockOrder'),
|
458
|
458
|
name: 'otherCancelStockOrder',
|
459
|
|
- meta: {title: 'otherCancelStockOrder',noCache: true}
|
460
|
|
- },{
|
|
459
|
+ meta: { title: 'otherCancelStockOrder', noCache: true }
|
|
460
|
+ }, {
|
461
|
461
|
path: '/stock/query',
|
462
|
462
|
component: () => import('@/xt_pages/stock/stockQuery'),
|
463
|
463
|
name: 'stockQuery',
|
464
|
|
- meta: {title: 'stockQuery'}
|
|
464
|
+ meta: { title: 'stockQuery' }
|
465
|
465
|
}, {
|
466
|
466
|
path: '/stock/in/add',
|
467
|
467
|
component: () => import('@/xt_pages/stock/stockInOrderAdd'),
|
468
|
468
|
name: 'stockInOrderAdd',
|
469
|
469
|
hidden: true,
|
470
|
470
|
is_menu: false,
|
471
|
|
- meta: {title: 'stockInOrderAdd'}
|
472
|
|
- },{
|
|
471
|
+ meta: { title: 'stockInOrderAdd' }
|
|
472
|
+ }, {
|
473
|
473
|
path: '/stock/in/detail',
|
474
|
474
|
component: () => import('@/xt_pages/stock/stockInDetail'),
|
475
|
475
|
name: 'stockInDetail',
|
476
|
476
|
hidden: true,
|
477
|
477
|
is_menu: false,
|
478
|
|
- meta: {title: 'stockInDetail'}
|
479
|
|
- },{
|
|
478
|
+ meta: { title: 'stockInDetail' }
|
|
479
|
+ }, {
|
480
|
480
|
path: '/stock/return/detail',
|
481
|
481
|
component: () => import('@/xt_pages/stock/salesReturnDetail'),
|
482
|
482
|
name: 'salesReturnDetail',
|
483
|
483
|
hidden: true,
|
484
|
484
|
is_menu: false,
|
485
|
|
- meta: {title: 'salesReturnDetail'}
|
486
|
|
- },{
|
|
485
|
+ meta: { title: 'salesReturnDetail' }
|
|
486
|
+ }, {
|
487
|
487
|
path: '/stock/return/add',
|
488
|
488
|
component: () => import('@/xt_pages/stock/salesReturnOrderAdd'),
|
489
|
489
|
name: 'salesReturnOrderAdd',
|
490
|
490
|
hidden: true,
|
491
|
491
|
is_menu: false,
|
492
|
|
- meta: {title: 'salesReturnOrderAdd'}
|
|
492
|
+ meta: { title: 'salesReturnOrderAdd' }
|
493
|
493
|
}, {
|
494
|
494
|
path: '/stock/out/add',
|
495
|
495
|
component: () => import('@/xt_pages/stock/stockOutOrderAdd'),
|
496
|
496
|
name: 'stockOutOrderAdd',
|
497
|
497
|
hidden: true,
|
498
|
498
|
is_menu: false,
|
499
|
|
- meta: {title: 'stockOutOrderAdd',noCache: true }
|
500
|
|
- },{
|
|
499
|
+ meta: { title: 'stockOutOrderAdd', noCache: true }
|
|
500
|
+ }, {
|
501
|
501
|
path: '/stock/out/detail',
|
502
|
502
|
component: () => import('@/xt_pages/stock/stockOutDetail'),
|
503
|
503
|
name: 'stockOutDetail',
|
504
|
504
|
hidden: true,
|
505
|
505
|
is_menu: false,
|
506
|
|
- meta: {title: 'stockOutDetail',noCache: true }
|
507
|
|
- },{
|
|
506
|
+ meta: { title: 'stockOutDetail', noCache: true }
|
|
507
|
+ }, {
|
508
|
508
|
path: '/stock/cancel/add',
|
509
|
509
|
component: () => import('@/xt_pages/stock/cancelStockOrderAdd'),
|
510
|
510
|
name: 'cancelStockOrderAdd',
|
511
|
511
|
hidden: true,
|
512
|
512
|
is_menu: false,
|
513
|
|
- meta: {title: 'cancelStockOrderAdd',noCache: true }
|
514
|
|
- },{
|
|
513
|
+ meta: { title: 'cancelStockOrderAdd', noCache: true }
|
|
514
|
+ }, {
|
515
|
515
|
path: '/stock/cancel/detail',
|
516
|
516
|
component: () => import('@/xt_pages/stock/cancelStockDetail'),
|
517
|
517
|
name: 'cancelStockDetail',
|
518
|
518
|
hidden: true,
|
519
|
519
|
is_menu: false,
|
520
|
|
- meta: {title: 'cancelStockDetail',noCache: true }
|
|
520
|
+ meta: { title: 'cancelStockDetail', noCache: true }
|
521
|
521
|
}
|
522
|
522
|
|
523
|
|
-
|
524
|
|
-
|
525
|
|
-
|
526
|
523
|
]
|
527
|
524
|
},
|
528
|
525
|
{
|
|
@@ -895,9 +892,9 @@ export const xt_asyncRouterMap = [
|
895
|
892
|
// children: [
|
896
|
893
|
// { path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
|
897
|
894
|
// { path: '/qcd/processindicators', component: () => import('@/xt_pages/qcd/processIndicators'), name: 'processIndicators', meta: { title: '过程指标' }},
|
898
|
|
- // {
|
899
|
|
- // path: '/qcd/outcomeIndicators',
|
900
|
|
- // name: 'outcomeIndicators',
|
|
895
|
+ // {
|
|
896
|
+ // path: '/qcd/outcomeIndicators',
|
|
897
|
+ // name: 'outcomeIndicators',
|
901
|
898
|
// meta: { title: '结果指标' },
|
902
|
899
|
// redirect: '/qcd/outcomeIndicators/control',
|
903
|
900
|
// component: () => import('@/xt_pages/qcd/outcomeIndicators/parent'), // Parent router-view
|
|
@@ -906,9 +903,9 @@ export const xt_asyncRouterMap = [
|
906
|
903
|
// { path: '/qcd/outcomeIndicators/query', component: () => import('@/xt_pages/qcd/outcomeIndicators/query'), name: 'outcomeIndicatorsQuery', meta: { title: '指标查询' }},
|
907
|
904
|
// ]
|
908
|
905
|
// },
|
909
|
|
- // {
|
910
|
|
- // path: '/qcd/patientanalysis',
|
911
|
|
- // name: 'patientanalysis',
|
|
906
|
+ // {
|
|
907
|
+ // path: '/qcd/patientanalysis',
|
|
908
|
+ // name: 'patientanalysis',
|
912
|
909
|
// meta: { title: '患者分析' },
|
913
|
910
|
// redirect: '/qcd/patientanalysis/total',
|
914
|
911
|
// component: () => import('@/xt_pages/qcd/patientAnalysis/parent'), // Parent router-view
|
|
@@ -936,7 +933,7 @@ export const xt_asyncRouterMap = [
|
936
|
933
|
{ path: '/role/admin/create', component: () => import('@/xt_pages/role/CreateAdmin'), name: 'addAdmin', meta: { title: 'addAdmin', noCache: true }, hidden: true, is_menu: false },
|
937
|
934
|
{ path: '/role/admin/edit', component: () => import('@/xt_pages/role/EditAdmin'), name: 'editAdmin', meta: { title: 'editAdmin', noCache: true }, hidden: true, is_menu: false },
|
938
|
935
|
{ path: '/role/perview', component: () => import('@/xt_pages/role/EditPerview'), name: 'setupPerview', meta: { title: 'setupPerview', noCache: true }, hidden: true, is_menu: false },
|
939
|
|
- { path: '/role/admin/specialpermission', component: () => import('@/xt_pages/role/special_permission'), name: 'special_permission_manage', meta: { title: 'special_permission_manage' }},
|
|
936
|
+ { path: '/role/admin/specialpermission', component: () => import('@/xt_pages/role/special_permission'), name: 'special_permission_manage', meta: { title: 'special_permission_manage' }}
|
940
|
937
|
]
|
941
|
938
|
}
|
942
|
939
|
]
|