From c3aaf28f7316cce12eec007a9f85a96cbcddeec2 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期三, 07 五月 2025 10:34:20 +0800
Subject: [PATCH] 最新版本541200007
---
 admin/src/views/vehicle/visitPark.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/vehicle/visitPark.vue b/admin/src/views/vehicle/visitPark.vue
index 908a221..a6d126f 100644
--- a/admin/src/views/vehicle/visitPark.vue
+++ b/admin/src/views/vehicle/visitPark.vue
@@ -17,7 +17,7 @@
     <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>
@@ -79,9 +79,9 @@
     }
   },
   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({
--
Gitblit v1.9.3