添加输入框清除按钮及事件、修改合作客户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>

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>

View File

@ -344,40 +344,40 @@
</div>
<div class="city_list">
<div>
<img src="@/assets/cooperation/01.jpg" alt="" />
<img src="@/assets/cooperation/1.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/02.jpg" alt="" />
<img src="@/assets/cooperation/2.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/03.jpg" alt="" />
<img src="@/assets/cooperation/3.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/04.jpg" alt="" />
<img src="@/assets/cooperation/4.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/05.jpg" alt="" />
<img src="@/assets/cooperation/5.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/06.jpg" alt="" />
<img src="@/assets/cooperation/6.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/07.png" alt="" />
<img src="@/assets/cooperation/7.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/08.jpg" alt="" />
<img src="@/assets/cooperation/8.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/09.png" alt="" />
<img src="@/assets/cooperation/9.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/10.jpg" alt="" />
<img src="@/assets/cooperation/10.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/11.png" alt="" />
</div>
<div>
<img src="@/assets/cooperation/12.jpg" alt="" />
<img src="@/assets/cooperation/12.png" alt="" />
</div>
</div>
</div>

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>
@ -308,6 +310,7 @@ export default {
},
setSearchVal(val) {
this.queryParams.title = val;
this.getList();
},
// 获取企业画像数据列表
getPortraitList() {

View File

@ -58,6 +58,7 @@
v-model.trim="input"
placeholder="请输入搜索关键字"
@keyup.enter.native="toSearch"
clearable
></el-input>
<el-button type="warning" @click="toSearch">一站搜</el-button>
<!-- <router-link