如果页面有多个el-select

<el-select v-model="ysStore.businessCateory" filterable placeholder="请选择"  :disabled="isSearch">
<el-option v-for="item in options" :key="item.value" :label="item.label" :value="item.value"></el-option>	</el-select>

加 :disabled=“isSearch”
再改变背景色

var Inp = document.getElementsByTagName("input");
for (var i = 0; i < Inp.length; i++) {
Inp[i].style.backgroundColor = '#FFFFFF'  
}
this.isSearch = true
Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐