// An highlighted block
<div class="mrleft10 width60">
<el-select v-model="itemp.id"
class="m-2"
:filterable="true"
@change="getSelect(index,itemp)"
size="large">
<el-option v-for="item in state.fistData"
:key="item.value"
:label=" item.spec"
:value="item.detailId" />
<el-option v-if="isNaN(itemp.spec)"
:value="itemp.id"
label="商品不存在"
:key="itemp.value" />
</el-select>
</div>
:filterable=“true”
就这个
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)