Pārlūkot izejas kodu

调整设备管理图标

jeremy 9 mēneši atpakaļ
vecāks
revīzija
be10a3ca88

+ 3 - 0
src/assets/icons/Medical.vue

@@ -0,0 +1,3 @@
+<template>
+    <svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 42H19H15H9C7.89543 42 7 41.1046 7 40V8C7 6.89543 7.89543 6 9 6H37C38.1046 6 39 6.89543 39 8V15V19.5" stroke="#000000" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M36.6364 27C39.0463 27 41 28.8804 41 31.2C41 34.2196 38.0909 36.8 36.6364 38.2C35.6667 39.1333 34.4545 40.0667 33 41C31.5455 40.0667 30.3333 39.1333 29.3636 38.2C27.9091 36.8 25 34.2196 25 31.2C25 28.8804 26.9537 27 29.3636 27C30.8814 27 32.2182 27.7459 33 28.8775C33.7818 27.7459 35.1186 27 36.6364 27Z" fill="none" stroke="#000000" stroke-width="4" stroke-linejoin="round"/><path d="M15 14H31" stroke="#000000" stroke-width="4" stroke-linecap="round"/></svg>
+</template>

+ 3 - 0
src/assets/icons/VitalDevice.vue

@@ -0,0 +1,3 @@
+<template>
+    <svg width="24" height="24" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M23 43H43V5H14V15" stroke="#ffffff" stroke-width="4" stroke-linejoin="round"/><path d="M5 15H23V43H5L5 15Z" fill="none" stroke="#ffffff" stroke-width="4" stroke-linejoin="round"/><path d="M13 37H15" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/><path d="M28 37H30" stroke="#ffffff" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>
+</template>

+ 2 - 0
src/assets/icons/index.js

@@ -134,3 +134,5 @@ export { default as Abdominal } from './Abdominal.vue'
 export { default as Text } from './Text.vue'
 export { default as Camera } from './Camera.vue'
 export { default as Electric } from './Electric.vue'
+export { default as Medical } from './Medical.vue'
+export { default as VitalDevice } from './VitalDevice.vue'

+ 3 - 3
src/router/userRouter.js

@@ -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"