From 4f77b7a712833d073f4006f3043468e0cbd9d7ca Mon Sep 17 00:00:00 2001 From: shj <1790240199@qq.com> Date: 星期四, 19 五月 2022 18:29:10 +0800 Subject: [PATCH] Merge branch 'shf' of https://sinanoaq.cn:8888/r/ztqt into shf --- src/views/careabout/index.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/views/careabout/index.vue b/src/views/careabout/index.vue index 750e0e3..2cdb1e8 100644 --- a/src/views/careabout/index.vue +++ b/src/views/careabout/index.vue @@ -135,7 +135,8 @@ </el-form-item> <el-form-item style="text-align:center;padding:0 50px"> <el-button type="primary" class="btns" size="small" icon="el-icon-search" @click="getPageList()">查询</el-button> - <el-button type="primary" class="btns" size="small" @click="reset()">重置</el-button> + <el-button type="primary" class="btns" size="small" icon=" +el-icon-refresh-right" @click="reset()">重置</el-button> <el-button type="primary" class="btns" size="small" icon="el-icon-upload2">导出excel</el-button> </el-form-item> </el-form> -- Gitblit v1.9.2