添加输入框清除按钮及事件、修改合作客户logo

This commit is contained in:
熊丽君
2021-09-14 10:08:31 +08:00
parent a0d3b10af7
commit 03af23d789
29 changed files with 19 additions and 11 deletions

View File

@ -8,6 +8,8 @@
v-model="queryParams.title"
placeholder="请输入搜索关键字"
@keyup.enter.native="getList"
clearable
@clear="getList"
></el-input>
<el-button type="warning" @click="getList">搜索</el-button>
</div>