소스 검색

归档图标

彭宇 2 년 전
부모
커밋
f0b3cae651
4개의 변경된 파일7개의 추가작업 그리고 7개의 파일을 삭제
  1. 1 1
      src/components/eventLocation.vue
  2. 1 1
      src/components/vBottomMenu.vue
  3. 3 3
      src/views/eventdetailsdialog.vue
  4. 2 2
      src/views/forest.vue

+ 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

+ 1 - 1
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

+ 3 - 3
src/views/eventdetailsdialog.vue

@@ -1678,7 +1678,7 @@
 						} 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
@@ -1765,7 +1765,7 @@
 						} 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
@@ -1870,7 +1870,7 @@
 		border: 1px $barBorder;
 
 	}
-    
+
 	button {
 		padding: .5rem;
 	}

+ 2 - 2
src/views/forest.vue

@@ -579,7 +579,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
@@ -938,7 +938,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