添加输入框清除按钮及事件、修改合作客户logo
BIN
src/assets/cooperation/1.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/cooperation/10.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 14 KiB |
BIN
src/assets/cooperation/12.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
src/assets/cooperation/2.png
Normal file
After Width: | Height: | Size: 9.0 KiB |
BIN
src/assets/cooperation/3.png
Normal file
After Width: | Height: | Size: 21 KiB |
BIN
src/assets/cooperation/4.png
Normal file
After Width: | Height: | Size: 8.4 KiB |
BIN
src/assets/cooperation/5.png
Normal file
After Width: | Height: | Size: 8.7 KiB |
BIN
src/assets/cooperation/6.png
Normal file
After Width: | Height: | Size: 9.4 KiB |
BIN
src/assets/cooperation/7.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
src/assets/cooperation/8.png
Normal file
After Width: | Height: | Size: 8.0 KiB |
BIN
src/assets/cooperation/9.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 9.9 KiB |
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 8.6 KiB After Width: | Height: | Size: 8.6 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
BIN
src/assets/cooperation/新建文件夹 (2)/11.png
Normal file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.0 KiB |
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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() {
|
||||
|
@ -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
|
||||
|