图标修改
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -26,9 +26,9 @@ | ... | @@ -26,9 +26,9 @@ |
| 26 | @change="query" | 26 | @change="query" |
| 27 | ></el-input> | 27 | ></el-input> |
| 28 | </el-form-item> | 28 | </el-form-item> |
| 29 | <el-button type="primary" @click="query">查询</el-button> | 29 | <el-button type="primary" @click="query" icon="el-icon-search">查询</el-button> |
| 30 | <el-button type="warning" @click="reset">重置</el-button> | 30 | <el-button type="warning" @click="reset">重置</el-button> |
| 31 | <el-button | 31 | <el-button |
| 32 | type="primary" | 32 | type="primary" |
| 33 | @click="moreSearch" | 33 | @click="moreSearch" |
| 34 | >更多查询 | 34 | >更多查询 | ... | ... |
-
Please register or sign in to post a comment