@@ -155,7 +155,7 @@
show: this.isAll,
reserveSelection: true,
selectable: (row, index) => {
- return this.disabledId.includes(row.id)
+ return !this.disabledId.includes(row.id)
}
},
{