vue|vue elementui table 复选框

1.el-table中加入事件@selection-change="handleSelectionChange"
【vue|vue elementui table 复选框】这样就是复选框了
handleSelectionChange(val) {
this.multipleSelection = val
},
this.multipleSelection是一个数组,然后对数组进行自己需要的操作

    推荐阅读