src/views/education/resource/list.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/education/resource/list.vue
@@ -33,7 +33,9 @@ </el-form> <div> <el-button type="primary" @click="handlerAdd" size="small">添加</el-button> <el-button type="danger" @click="batchRemove" size="small" style="margin-left: 5px">删除</el-button> <el-popconfirm title="确认批量删除吗?" @confirm="batchRemove"> <el-button slot="reference" type="danger" size="small" style="margin-left: 5px">删除</el-button> </el-popconfirm> </div> </div>