From 4ef06d948899e393515bd62819f4f773766f9449 Mon Sep 17 00:00:00 2001 From: 唐耀东 <18861537@qq.com> Date: 星期六, 16 七月 2022 13:16:42 +0800 Subject: [PATCH] 提交代码 --- src/views/components/constructionBatch/list.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/components/constructionBatch/list.vue b/src/views/components/constructionBatch/list.vue index 6740207..e702ca3 100644 --- a/src/views/components/constructionBatch/list.vue +++ b/src/views/components/constructionBatch/list.vue @@ -1,6 +1,6 @@ <template> <div class="app-container"> - <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px"> + <el-form :model="queryParams" ref="queryForm" :inline="true" v-show="showSearch" label-width="68px" @submit.native.prevent> <el-form-item label="鏂藉伐鎵规" prop="batch"> <el-input v-model="queryParams.batch" @@ -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