瀏覽代碼

事件详情箭头

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