citygis-lhh преди 1 месец
родител
ревизия
6353c5e1a6
променени са 3 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. BIN
      src/assets/img/haiguan-icon.png
  2. BIN
      src/assets/img/history-icon.png
  3. 13 0
      src/views/right/components/common/RightLegend.vue

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) => {