xiangpei
2025-05-14 4bcdbaada49cfde398aae315a194714eaf85bea1
视频标签管理
1个文件已修改
2 ■■■ 已修改文件
manager/src/views/video-tag/VideoTagList.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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>