| | |
| | | ></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" |
| | |
| | | } |
| | | } |
| | | this.tableData = data.result; |
| | | this.$refs.filterTable.doLayout(); |
| | | }, |
| | | async spaceLocation(index, row) { |
| | | var param = { |
| | |
| | | overflow: hidden; |
| | | border: 1px solid gray; |
| | | float: left; |
| | | |
| | | .centTable { |
| | | height: 230px; |
| | | } |
| | | .rightTitle { |
| | | padding: 5px; |
| | | color: white; |
| | |
| | | color: white; |
| | | } |
| | | } |
| | | |
| | | .bottomPage { |
| | | position: absolute; |
| | | bottom: 1%; |
| | |
| | | } |
| | | /deep/ .el-table { |
| | | background-color: transparent; |
| | | |
| | | th, |
| | | td { |
| | | background-color: transparent; |