vue3 + ts + vite + element-plus 限制element-plus table多选数量,其它禁用,不能选中
效果图:完整的小样例:import{reactive,ref}from"vue"//模拟数据constallnews=ref([{id:"110",name:"111"},{id:"112",name:"000"},{id:"113",name:"000"}])//复选框勾选上之后,赋予新的数组数据constcheckboxdata=ref([]asany)//勾选时某一行的数据consthand