Bootstrap

toggleRowSelection

element-plus table toggleRowSelection传值

row:列数据

selected:勾选(true)或不勾选(false)

table.value?.toggleRowSelection(item, true);

;