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

Posted wgy0528

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了element ui table单选框点击全选问题相关的知识,希望对你有一定的参考价值。

技术分享图片

<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单选框点击全选问题的主要内容,如果未能解决你的问题,请参考以下文章

element-ui 单选框点击整个行为选中状态

element ui el-table 多选 表头全选框替换文字

8复选框单选按钮table定位

element-ui 组件的 table 复选框,翻页记忆功能

ElementUI 将table多选框改为单选框的解决办法

Element-UI Radio 取消选中