element -ui select下拉框label显示多个值

Posted 漫漫码农路

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了element -ui select下拉框label显示多个值相关的知识,希望对你有一定的参考价值。

 <el-select
    v-model="form.coupon"
    placeholder="请选择优惠券类型"
    @change="selectCoupon"
 >
    <el-option
     v-for="(item, index) in couponList"
    :key="index"
    :label="`${item.agioType} ${item.day}天`"
    :value="item.dId"
  ></el-option>
 </el-select>
        

以上是关于element -ui select下拉框label显示多个值的主要内容,如果未能解决你的问题,请参考以下文章

element拖拽的select下拉框

Selenium-Select类型的下拉框定位方法

Element Select 回显

selenium自学笔记---下拉框定位元素select

angularjs中下拉框select option默认值

element中select下拉框中value-key使用