删除</el-button> </template> </el-table-column> </el-table-column> </el-table> <el-table :data="tableData" stripe style="width: 100%" border ref="table1" tooltip-effect="dark" :height="tableHeight" @selection-change="handleSelect"...
<el-button @click="handleAdd(scope.row)" type="text" size="small">新增</el-button> <el-button @click="handleDel(scope.$index)" type="text" size="small">删除</el-button> </template> </el-table-column> </el-table-column> </el-table> <el-table :data="tableData" stripe style=...