|
@@ -133,7 +133,7 @@ export const xt_constantRouterMap = [
|
133
|
133
|
path: '/sign',
|
134
|
134
|
component: () => import('@/xt_pages/sign/index'),
|
135
|
135
|
name: 'sign',
|
136
|
|
- meta: { title: 'signWeight', icon: 'table', noCache: true }
|
|
136
|
+ meta: { title: 'signWeight', icon: 'sign', noCache: true }
|
137
|
137
|
}]
|
138
|
138
|
},
|
139
|
139
|
{
|
|
@@ -142,7 +142,7 @@ export const xt_constantRouterMap = [
|
142
|
142
|
redirect: '/qcd/dialysistotal',
|
143
|
143
|
name: 'qcd',
|
144
|
144
|
alwaysShow: true,
|
145
|
|
- meta: { title: '科室质控', icon: 'table' },
|
|
145
|
+ meta: { title: '科室质控', icon: 'statistics' },
|
146
|
146
|
children: [
|
147
|
147
|
{ path: '/statistics/index', component: () => import('@/xt_pages/statistics/index'), name: 'statistics', meta: { title: 'statistics' }},
|
148
|
148
|
{ path: '/qcd/dialysistotal', component: () => import('@/xt_pages/qcd/dialysisTotal'), name: 'dialysistotal', meta: { title: '透析总量' }},
|
|
@@ -160,7 +160,7 @@ export const xt_constantRouterMap = [
|
160
|
160
|
{ path: '/qcd/pa/person/weight', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/weight'), name: 'paPersonWeight', meta: { title: '体重' }},
|
161
|
161
|
{ path: '/qcd/pa/person/bloodpressure', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/bloodPressure'), name: 'paPersonBloodPressure', meta: { title: '血压' }},
|
162
|
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: '口服药' }},
|
|
163
|
+ { path: '/qcd/pa/person/oralmedicine', hidden: true, is_menu: false, component: () => import('@/xt_pages/qcd/patientAnalysis/person/oralMedicine'), name: 'paPersonOralMedicine', meta: { title: '口服药' }}
|
164
|
164
|
]
|
165
|
165
|
},
|
166
|
166
|
{
|
|
@@ -389,7 +389,7 @@ export const xt_constantRouterMap = [
|
389
|
389
|
component: Layout,
|
390
|
390
|
redirect: 'noredirect',
|
391
|
391
|
name: 'stockManage',
|
392
|
|
- meta: { title: 'stockManage', icon: 'excel' },
|
|
392
|
+ meta: { title: 'stockManage', icon: 'stock' },
|
393
|
393
|
children: [
|
394
|
394
|
{
|
395
|
395
|
path: '/stock/config',
|
|
@@ -526,7 +526,7 @@ export const xt_constantRouterMap = [
|
526
|
526
|
redirect: '/role/admin/manage',
|
527
|
527
|
name: 'role',
|
528
|
528
|
alwaysShow: true,
|
529
|
|
- meta: { title: 'permissionManage', icon: 'table' },
|
|
529
|
+ meta: { title: 'permissionManage', icon: 'role' },
|
530
|
530
|
children: [
|
531
|
531
|
{ path: '/role/admin/manage', component: () => import('@/xt_pages/role/admin'), name: 'adminManage', meta: { title: 'adminManage' }},
|
532
|
532
|
{ path: '/role/manage', component: () => import('@/xt_pages/role/role'), name: 'roleManage', meta: { title: 'roleManage' }},
|
|
@@ -715,7 +715,7 @@ export const xt_asyncRouterMap = [
|
715
|
715
|
// redirect: '/sign/index',
|
716
|
716
|
// name: 'sign',
|
717
|
717
|
// alwaysShow: true,
|
718
|
|
- // meta: { title: 'signWeight', icon: 'table' },
|
|
718
|
+ // meta: { title: 'signWeight', icon: 'sign' },
|
719
|
719
|
// children: [
|
720
|
720
|
// { path: '/sign/index', component: () => import('@/xt_pages/sign/index'), name: 'signWeight', meta: { title: 'signWeight' }}
|
721
|
721
|
// ]
|
|
@@ -787,7 +787,7 @@ export const xt_asyncRouterMap = [
|
787
|
787
|
// component: Layout,
|
788
|
788
|
// redirect: 'noredirect',
|
789
|
789
|
// name: 'stockManage',
|
790
|
|
- // meta: { title: 'stockManage', icon: 'excel' },
|
|
790
|
+ // meta: { title: 'stockManage', icon: 'stock' },
|
791
|
791
|
// children: [
|
792
|
792
|
// {
|
793
|
793
|
// path: '/stock/config',
|
|
@@ -914,7 +914,7 @@ export const xt_asyncRouterMap = [
|
914
|
914
|
// // path: '/statistics',
|
915
|
915
|
// // component: () => import('@/xt_pages/statistics/index'),
|
916
|
916
|
// // name: 'statistics',
|
917
|
|
- // // meta: { title: 'statistics', icon: 'chart', noCache: true }
|
|
917
|
+ // // meta: { title: 'statistics', icon: 'statistics', noCache: true }
|
918
|
918
|
// // }]
|
919
|
919
|
// // },
|
920
|
920
|
// {
|
|
@@ -962,7 +962,7 @@ export const xt_asyncRouterMap = [
|
962
|
962
|
redirect: '/role/admin/manage',
|
963
|
963
|
name: 'role',
|
964
|
964
|
alwaysShow: true,
|
965
|
|
- meta: { title: 'permissionManage', icon: 'table' },
|
|
965
|
+ meta: { title: 'permissionManage', icon: 'role' },
|
966
|
966
|
children: [
|
967
|
967
|
{ path: '/role/admin/manage', component: () => import('@/xt_pages/role/admin'), name: 'adminManage', meta: { title: 'adminManage' }},
|
968
|
968
|
{ path: '/role/manage', component: () => import('@/xt_pages/role/role'), name: 'roleManage', meta: { title: 'roleManage' }},
|