Parcourir la source

事件详情箭头

qinhouyu il y a 2 ans
Parent
commit
9891d5e4af
2 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 1 1
      src/components/leftRightSwiperScroll.vue
  2. 1 0
      src/views/firespread.vue

+ 1 - 1
src/components/leftRightSwiperScroll.vue

@@ -29,7 +29,7 @@
       },
       data() {
         return {
-          showRightIcon: false, // 是否显示右箭头
+          showRightIcon: true, // 是否显示右箭头
           swiperScrollWidth: 0, // 盒子的宽度
           swiperScrollContentWidth: 0, // 内容的宽度
           maxClickNum: 0, // 最大点击次数

+ 1 - 0
src/views/firespread.vue

@@ -2357,6 +2357,7 @@ export default {
     /************************************责任制-结束****************************************/
     showEventdetailsdialog() {
       this.eventDialog = false;
+      this.cancelEventShow()
       this.$emit('showEventDialog', this.eventCode);
     },
     showheatPlotting() {