loulijun2021
2022-07-04 991a63234bba49da5a22d0f64ae15837d3253829
src/views/zzmx/gylx.vue
@@ -96,7 +96,7 @@
          >
            <template slot-scope="{row}">
              <div class="operationClass">
                <!--                <el-button type="text" @click="edit('edit',row)">修改</el-button>-->
                <!--                <el-button type="text" @click="edit('edit',row)">编辑</el-button>-->
                <el-button type="text" @click="edit('edit',row)">预览</el-button>
                <el-button type="text" @click="del(row)">删除</el-button>
              </div>
@@ -123,6 +123,7 @@
      width="70%"
      :close-on-click-modal="false"
      top="15vh"
      :fullscreen="isFullscreen"
      @closed="handleClose"
      @close="handleClose"
    >
@@ -277,6 +278,7 @@
      }
    }
    return {
      isFullscreen: false,
      mainHeight: 0,
      tableHeight: 0,
      form: {
@@ -632,6 +634,7 @@
      this.$nextTick(() => {
        this.mainHeight = window.innerHeight - 250
        this.tableHeight = this.mainHeight - 100
        this.isFullscreen = window.innerHeight < 800
      })
    }
  }