Vue.js 中v-for和v-if一起使用,来判断select中的option为选中项

2021-04-07 05:27

阅读:794

标签:one   v-model   使用   sele   选中   oat   一起   sel   change   

div class="container" id="app" v-cloak>
     select name="" class="form-control" @change="one_info" style="width: 30%;float: left;margin-right: 20px;" id="one" v-model="message_data_one">
         template v-for="i in message_one">
             option  v-bind:value="i[‘name‘]" v-if="i[‘update‘]==‘1‘" style="color: red;">
              {{ i[‘name‘] }}
             option>
             option  v-bind:value="i[‘name‘]" v-else>
              {{ i[‘name‘] }}
             option>
         template>
     select>
div>

Vue.js 中v-for和v-if一起使用,来判断select中的option为选中项

标签:one   v-model   使用   sele   选中   oat   一起   sel   change   

原文地址:https://www.cnblogs.com/qxh-beijing2016/p/12488486.html


评论


亲,登录后才可以留言!