src/views/class-management/ClassStaff.vue
@@ -53,22 +53,6 @@ label="电话" > </el-table-column> <el-table-column label="操作" align="center" width="300px" > <template slot-scope="scope"> <el-button @click="handlerEditStudent(scope.row)" type="warning" size="small">编辑</el-button> <el-popconfirm style="margin: 0 5px" title="确定要删除该成员吗?" @confirm="remove(scope.row.id)" > <el-button slot="reference" type="danger" size="small" v-show="false">删除</el-button> </el-popconfirm> </template> </el-table-column> </el-table> <div class="block"