首页 > 其他 > 详细

element ui table单选框点击全选问题

时间:2018-12-25 10:55:30      阅读:990      评论:0      收藏:0      [点我收藏+]

技术分享图片

<template slot-scope="scope">
<el-radio-group v-model="scope.row.HandleState" size="small">
  <el-radio :label="0" @change="operation(scope.row, RepairOrChangeListTwo[0].value,scope.row.ID)">lable1</el-radio>
  <el-radio :label="1" @change="operation(scope.row, RepairOrChangeListTwo[2].value,scope.row.ID)">lable2</el-radio>
  <el-radio :label="2" @change="operation(scope.row, RepairOrChangeListTwo[1].value,scope.row.ID)">lable3</el-radio>
</el-radio-group>
</template>

scope.row.radio 是否一样

element ui table单选框点击全选问题

原文:https://www.cnblogs.com/wgy0528/p/10172434.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!