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

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB

View File

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

View File

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 6.8 KiB

View File

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 8.6 KiB

View File

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 6.0 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

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

View File

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

View File

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

View File

@ -8,6 +8,8 @@
v-model="queryParams.title" v-model="queryParams.title"
placeholder="请输入搜索关键字" placeholder="请输入搜索关键字"
@keyup.enter.native="getList" @keyup.enter.native="getList"
clearable
@clear="getList"
></el-input> ></el-input>
<el-button type="warning" @click="getList">搜索</el-button> <el-button type="warning" @click="getList">搜索</el-button>
</div> </div>
@ -308,6 +310,7 @@ export default {
}, },
setSearchVal(val) { setSearchVal(val) {
this.queryParams.title = val; this.queryParams.title = val;
this.getList();
}, },
// 获取企业画像数据列表 // 获取企业画像数据列表
getPortraitList() { getPortraitList() {

View File

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