|  |  |  | 
|---|
|  |  |  | <template v-slot:table-wrap> | 
|---|
|  |  |  | <ul class="toolbar" v-permissions="['business:visitpark:create', 'business:visitpark:delete']"> | 
|---|
|  |  |  | </ul> | 
|---|
|  |  |  | <el-table :max-height="tableHeight" v-loading="isWorking.search" :data="tableData.list" stripe | 
|---|
|  |  |  | <el-table :height="tableHeightNew" v-loading="isWorking.search" :data="tableData.list" stripe | 
|---|
|  |  |  | @selection-change="handleSelectionChange"> | 
|---|
|  |  |  | <el-table-column type="selection" width="55"></el-table-column> | 
|---|
|  |  |  | <el-table-column prop="carCode" label="车牌号" fixed min-width="100px"></el-table-column> | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | mounted() { | 
|---|
|  |  |  | this.$nextTick(() => { | 
|---|
|  |  |  | this.tableHeight = document.body.scrollHeight - this.$refs.QueryFormRef.offsetHeight - 260 | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | // this.$nextTick(() => { | 
|---|
|  |  |  | //   this.tableHeight = document.body.scrollHeight - this.$refs.QueryFormRef.offsetHeight - 260 | 
|---|
|  |  |  | // }) | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | created() { | 
|---|
|  |  |  | this.config({ | 
|---|