管道基础大数据平台系统开发-【前端】-新系統界面
1
Surpriseplus
2022-12-21 ec3342e1b34dd02f33dae9bed2db16a14ae8096d
src/components/MapView/mapSpacePop.vue
@@ -47,12 +47,17 @@
          ></el-input>
        </el-form-item>
        <el-form-item>
          <el-button plain @click="setSpaceTableLayer">查詢</el-button>
          <el-button plain @click="setSpaceTableLayer">查询</el-button>
          <el-button plain @click="restSpacePopLayer">重置</el-button>
        </el-form-item>
      </el-form>
      <div class="centTable">
        <el-table :data="tableData" height="220" style="width: 100%">
        <el-table
          :data="tableData"
          height="220px"
          ref="filterTable"
          style="width: 100%"
        >
          <el-table-column
            align="center"
            type="index"
@@ -308,6 +313,7 @@
        }
      }
      this.tableData = data.result;
      this.$refs.filterTable.doLayout();
    },
    async spaceLocation(index, row) {
      var param = {
@@ -367,7 +373,9 @@
  overflow: hidden;
  border: 1px solid gray;
  float: left;
  .centTable {
    height: 230px;
  }
  .rightTitle {
    padding: 5px;
    color: white;
@@ -378,7 +386,6 @@
      color: white;
    }
  }
  .bottomPage {
    position: absolute;
    bottom: 1%;
@@ -394,7 +401,6 @@
  }
  /deep/ .el-table {
    background-color: transparent;
    th,
    td {
      background-color: transparent;