1、<el-table>标签写入 ref="multipleTable" 2、<el-table-column>标签写入 type="selection" 3、<el-button>标签写入 @click="" 4、methods中button对应的click事件方法中写入 this.$refs.multipleTable.selection <el-table:data="tableData"ref="multipleTable"><el-table-columntype="selection"width="50"...