|
@@ -588,7 +588,7 @@ const userRoutes = [
|
|
|
path: "/deviceManagement",
|
|
|
meta: {
|
|
|
title: "设备管理",
|
|
|
- icon: "el-icon-ice-cream-round",
|
|
|
+ icon: "sc-icon-vital-device",
|
|
|
type: "menu",
|
|
|
permission: 'SBGL'
|
|
|
},
|
|
@@ -598,7 +598,7 @@ const userRoutes = [
|
|
|
name: "deviceManagement",
|
|
|
meta: {
|
|
|
title: "健康一体机",
|
|
|
- icon: "el-icon-ice-cream-round",
|
|
|
+ icon: "sc-icon-medical",
|
|
|
type: "menu"
|
|
|
},
|
|
|
component: "deviceManagement"
|
|
@@ -608,7 +608,7 @@ const userRoutes = [
|
|
|
name: "ecgManage",
|
|
|
meta: {
|
|
|
title: "心电图仪",
|
|
|
- icon: "el-icon-electric",
|
|
|
+ icon: "sc-icon-electric",
|
|
|
type: "menu"
|
|
|
},
|
|
|
component: "device/ecgManage"
|