manager/src/views/video-tag/VideoTagList.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
manager/src/views/video-tag/VideoTagList.vue
@@ -71,7 +71,7 @@ @on-selection-change="showSelect" > <template slot-scope="{ row, index }" slot="action"> <Button type="info" size="small" style="margin-right: 5px" @click="openEdit()">编辑</Button> <Button type="info" size="small" style="margin-right: 5px" @click="openEdit(row)">编辑</Button> <Button type="error" size="small" @click="delById(row)">删除</Button> </template> </Table>