zhangzengfei
2020-09-17 d4cd7df0bd1484c31e37bcb0642e89ecdcf7ab29
src/pages/cameraAccess/components/DataStackInfo.vue
@@ -118,7 +118,7 @@
      v-show="activeName === 'uploaded' "
      :data="fileList"
      tooltip-effect="dark"
      style="width: 99%"
      border
      :header-cell-style="{background:'#f8f8f8', color:'#222222', textAlign:'center'}"
      @select="handleSelect"
@@ -396,6 +396,7 @@
  },
  mounted() {
    this.initFormData();
    console.log(this.PollData.barCharts)
  },
  beforeDestroy() {
    this.taskUid = 0;
@@ -424,6 +425,8 @@
      this.isAdd = true;
      this.isDisabled = false;
      this.initFormData();
      this.DataStackPool.clean();
      this.fileList = [];
    },
    selectDir(node) {
      if (node.id === "") {
@@ -707,7 +710,8 @@
.data-stack-info {
  width: 100%;
  height: 100%;
  margin-left: 20px;
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  .ai-select {
    text-align: left;
@@ -767,7 +771,6 @@
    .btn-right {
      float: right;
      margin-top: -5px;
      margin-right: 10px;
      .btn {
        cursor: pointer;
        font-size: 20px;