From d138b7df8fa97dc7ed6b07acdfef804ebb186a74 Mon Sep 17 00:00:00 2001 From: liuchengxin <13104445455@163.com> Date: 星期五, 27 五月 2022 21:21: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