美文网首页
el-checkbox-group

el-checkbox-group

作者: 一只鱼_d589 | 来源:发表于2022-01-14 11:21 被阅读0次
    // 选择框 触发单个组件   checked 表示动作  item传递的值
    <el-checkbox-group v-model="radio1" class="item item-1">
                                 <el-checkbox class="flex-item" v-for="(item, index) in pressureList" :key="'11' + index + item.id"
                                 :label="item.sensorName" :title="item.sensorName"
                                 @change="checked=>handleCheckEvent(checked,item)"></el-checkbox>
                            </el-checkbox-group>
    

    相关文章

      网友评论

          本文标题:el-checkbox-group

          本文链接:https://www.haomeiwen.com/subject/ekjacrtx.html