xiangpei
2025-05-14 4bcdbaada49cfde398aae315a194714eaf85bea1
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>