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

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

时间:2018-12-25 11:38:24      阅读:1354      评论:0      收藏:0      [点我收藏+]

标签:and   group   技术   air   com   ima   v-model   listt   问题   

技术分享图片

<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单选框点击全选问题

标签:and   group   技术   air   com   ima   v-model   listt   问题   

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

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