소스 검색

事件详情箭头

qinhouyu 2 년 전
부모
커밋
9891d5e4af
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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() {