|
@@ -9,7 +9,8 @@ export default {
|
9
|
9
|
name: 'Dialysisanalysis',
|
10
|
10
|
alwaysShow: true,
|
11
|
11
|
meta: {
|
12
|
|
- title: '专业质控',
|
|
12
|
+ // title: '专业质控',
|
|
13
|
+ title:'Dialysisanalysis',
|
13
|
14
|
icon: 'statistics'
|
14
|
15
|
},
|
15
|
16
|
children: [
|
|
@@ -25,7 +26,7 @@ export default {
|
25
|
26
|
{//新专业质控
|
26
|
27
|
path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators',
|
27
|
28
|
component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/index'),
|
28
|
|
- name: 'otherIndicators',
|
|
29
|
+ name: 'new_otherIndicators',
|
29
|
30
|
meta: {
|
30
|
31
|
title: '透析分析',
|
31
|
32
|
noCache: true
|