From 4001279159dd37942b3cf4c83ab537f95832a82d Mon Sep 17 00:00:00 2001
From: liuchengxin <13104445455@163.com>
Date: 星期一, 06 六月 2022 13:33:21 +0800
Subject: [PATCH] BUG修改

---
 src/views/components/constructionBatch/list.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/components/constructionBatch/list.vue b/src/views/components/constructionBatch/list.vue
index 6740207..63503c8 100644
--- a/src/views/components/constructionBatch/list.vue
+++ b/src/views/components/constructionBatch/list.vue
@@ -16,7 +16,7 @@
       </el-form-item>
     </el-form>
 
-    <el-table v-loading="loading" :data="constructionBatchList" highlight-current-row
+    <el-table v-loading="loading" :data="constructionBatchList" highlight-current-row height="50vh"
               @current-change="handleCurrentChange">
       <el-table-column label="搴忓彿" type="index" align="center">
         <template slot-scope="scope">

--
Gitblit v1.9.1