From 2adda5537ed677cb5b3a5a0ff434f2da92e87bf3 Mon Sep 17 00:00:00 2001 From: pyt <626651354@qq.com> Date: 星期一, 24 三月 2025 16:36:09 +0800 Subject: [PATCH] Merge branch 'main' of http://120.76.84.145:10101/gitblit/r/H5/chongzhouResettle --- src/views/applicationBatchList/list.vue | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/applicationBatchList/list.vue b/src/views/applicationBatchList/list.vue index 0bf2e70..af04522 100644 --- a/src/views/applicationBatchList/list.vue +++ b/src/views/applicationBatchList/list.vue @@ -27,8 +27,8 @@ </el-select> </el-form-item> <el-form-item> - <el-button type="default" @click="resetQuery">重置</el-button> - <el-button type="primary" @click="handleQuery">查询</el-button> + <el-button type="primary" icon="el-icon-search" size="small" @click="handleQuery">查询</el-button> + <el-button icon="el-icon-refresh" size="small" @click="resetQuery">重置</el-button> </el-form-item> </el-form> </div> @@ -157,6 +157,7 @@ :visible.sync="approvalDialogVisible" :type="approvalType" :id="currentRow.id" + @refresh="getList" /> <!-- 上传组件 --> @@ -245,6 +246,7 @@ pageSize: 10, projectName: undefined, status: undefined, + town: undefined, }; this.handleQuery(); }, @@ -317,7 +319,7 @@ .search-area { background-color: #fff; - padding: 15px 0; + padding: 20px; margin-bottom: 20px; border-radius: 4px; -- Gitblit v1.7.1