From 219f95ef447355d55c8cc37847a4ee7e1cd9f3ea Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期二, 31 五月 2022 21:09:25 +0800 Subject: [PATCH] 提交代码 --- 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