您的位置:首页 > 汽车 > 时评 > 平面广告设计需要学什么_官网查询证书_免费代理上网网站_首页图片点击率如何提高

平面广告设计需要学什么_官网查询证书_免费代理上网网站_首页图片点击率如何提高

2025/4/29 4:38:30 来源:https://blog.csdn.net/Sunny_lxm/article/details/147257955  浏览:    关键词:平面广告设计需要学什么_官网查询证书_免费代理上网网站_首页图片点击率如何提高
平面广告设计需要学什么_官网查询证书_免费代理上网网站_首页图片点击率如何提高

 vxe-select使用模糊匹配时,filter-method自定义匹配方法,模糊忽略大小写进行匹配数据

<vxe-select v-model="marketingId":options="marketingOptions"transfer clearable placeholder="市场"filterable :filter-method="customFilter"></vxe-select>getMarketingOptions () {xxxxxx().then(res => {if (res.code === 200) {this.marketingOptions = []if (res.data.length > 0) {res.data.map(item => {this.marketingOptions.push({value: item.code,label: item.name})})}} else {this.$message.error(res.msg)
this.marketingOptions = []}}).catch(err => {this.$message.error(err.msg)
this.marketingOptions = []})},// 模糊匹配  忽略大小写匹配数据customFilter ({searchValue, option, group}) {if (option.label.toLowerCase().indexOf(searchValue.toLowerCase()) > -1) {return true} else {return false}},

Vxe UI v4

api可查看定义使用

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com