码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2020-06-16 14:49:30      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:code   hang   day   index   hold   list   v-for   优惠券   选择   

 <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显示多个值

标签:code   hang   day   index   hold   list   v-for   优惠券   选择   

原文地址:https://www.cnblogs.com/itcjh/p/13140611.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!