彭宇 2 anni fa
parent
commit
e8c71bb557

+ 1 - 1
src/components/eventLocation.vue

@@ -344,7 +344,7 @@
                   markersMap.icon = 'sj-icon-map-banjie'
                 } else if (this.eventList[i].eventStatusValue == 'forest_event_status_6') {
                   markersMap.click = 'showEventDialog'
-                  markersMap.icon = 'sj-icon-map-guidnag'
+                  markersMap.icon = 'sj-icon-map-guidang'
                 }
                 markersMap.parameter = this.eventList[i].eventCode
                 markersMap.lng = this.eventList[i].longitude

+ 3 - 3
src/components/vBottomMenu.vue

@@ -742,7 +742,7 @@ export default {
           } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_5') {
             markersMap.icon = 'sj-icon-map-banjie'
           } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_6') {
-            markersMap.icon = 'sj-icon-map-guidnag'
+            markersMap.icon = 'sj-icon-map-guidang'
           }
           markersMap.lng = res.data.catalogue[0].longitude
           markersMap.lat = res.data.catalogue[0].latitude
@@ -842,8 +842,8 @@ export default {
   height: 2.5rem;
   display: flex;
   align-items: center;
-	
-	
+
+
 	z-index:9999;
 
   .light {

+ 2 - 2
src/views/eventdetailsdialog.vue

@@ -1637,7 +1637,7 @@ export default {
           } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_5') {
             markersMap.icon = 'sj-icon-map-banjie'
           } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_6') {
-            markersMap.icon = 'sj-icon-map-guidnag'
+            markersMap.icon = 'sj-icon-map-guidang'
           }
           markersMap.lng = res.data.catalogue[0].longitude
           markersMap.lat = res.data.catalogue[0].latitude
@@ -1717,7 +1717,7 @@ export default {
           } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_5') {
             markersMap.icon = 'sj-icon-map-banjie'
           } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_6') {
-            markersMap.icon = 'sj-icon-map-guidnag'
+            markersMap.icon = 'sj-icon-map-guidang'
           }
           markersMap.lng = res.data.catalogue[0].longitude
           markersMap.lat = res.data.catalogue[0].latitude

+ 2 - 2
src/views/forest.vue

@@ -580,7 +580,7 @@ export default {
             markersMap.icon = 'sj-icon-map-banjie'
           } else if (this.eventList[i].eventStatusValue == 'forest_event_status_6') {
             markersMap.click = 'showEventDialog'
-            markersMap.icon = 'sj-icon-map-guidnag'
+            markersMap.icon = 'sj-icon-map-guidang'
           }
           markersMap.parameter = this.eventList[i].eventCode
           markersMap.lng = this.eventList[i].longitude
@@ -939,7 +939,7 @@ export default {
               markersMap.icon = 'sj-icon-map-banjie'
             } else if (this.eventList[i].eventStatusValue == 'forest_event_status_6') {
               markersMap.click = 'showEventDialog'
-              markersMap.icon = 'sj-icon-map-guidnag'
+              markersMap.icon = 'sj-icon-map-guidang'
             }
             markersMap.parameter = this.eventList[i].eventCode
             markersMap.lng = this.eventList[i].longitude