1、template代码 <el-table ref="table" :data="tableData" @selection-change="handleSelectionChange"> <el-table-column type="selection" /> <!-- 其他列... --> </el-table> 2、script代码 data(){ tableData:[] dataonLineListSelections:[] }, methods:{ // 表格勾选 handleSelectionChange(val) { // 单选 if (val.length > 1) { this.$refs.table.clearSelection() this.$refs.table.toggleRowSelection(val.pop()) } this.dataonLineListSelections = val } }
el-table利用:row-style="rowClass"设置指定行变色
el-table表格显示selection多选时对某些复选框设置禁止选中
el-table表格实现多选功能(全选/指定选中/取消选中)
上面是“el-table多选框(type="selection")改为单选框的”的全面内容,想了解更多关于 vuejs 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_28.html
workflows工作流
- 一颗闪闪发光的水晶漂浮在森林里
- 星空星域星球comfyui工作流
- 一只处于战斗状态下的蚂蚁ComfyUI工作流
- 一个孤独的身影在未来主义城市
- 一杯咖啡蒸汽形成云ComfyUI工作流
- 一个红头发明亮眼睛的漂亮女人
- 羚羊安上小白兔的门牙ComfyUI工作流
- 《翅膀之王:鸡的团契》海报ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!