“dzb”
2022-11-03 41dabb0db9619b8dbb8a311966e0b9920f67f7c8
src/views/intelligentPatrol/illegalSearch/index.vue
@@ -63,7 +63,7 @@
    </main>
    <footer>
      <!-- 查看具体信息 -->
      <el-dialog title="提示" :visible.sync="dialogView" width="30%" :before-close="handleClose">
      <el-dialog title="事件详情" :visible.sync="dialogView" width="45%" :before-close="handleClose">
        <ViewInfo :info="info"></ViewInfo>
      </el-dialog>
    </footer>
@@ -235,8 +235,17 @@
    },
    // 打开弹窗
    handleView(data) {
      this.info = data
      this.dialogView = true
      console.log(data)
    }
    },
    // 自定义关闭弹窗
    // myCloseDialog({flag,str,index}){
    //   console.log( this[str])
    //   if(index === 0){
    //   }
    // }
  }
}
</script>
@@ -294,7 +303,9 @@
        color: #4b9bb7;
      }
    }
    .el-table{
      color: #4b9bb7;
    }
    .tools {
      display: flex;
      justify-content: space-between;