Bladeren bron

Merge branch 'dev' into hm

hm 1 maand geleden
bovenliggende
commit
34b806e9bd

BIN
src/assets/img/haiguan-icon.png


BIN
src/assets/img/history-icon.png


+ 13 - 0
src/views/right/components/common/RightLegend.vue

@@ -165,6 +165,7 @@ const institutionList = ref([
       .href,
     value: true,
   },
+
   {
     name: "养老机构",
     img: new URL("../../../../assets/img/Component 240(4).png", import.meta.url)
@@ -177,6 +178,18 @@ const institutionList = ref([
       .href,
     value: true,
   },
+  {
+    name: "医院",
+    img: new URL("../../../../assets/img/history-icon.png", import.meta.url)
+      .href,
+    value: true,
+  },
+  {
+    name: "海关",
+    img: new URL("../../../../assets/img/haiguan-icon.png", import.meta.url)
+      .href,
+    value: true,
+  },
 ]);
 
 const handleRiskLevel = (item) => {