mirror of
https://git.um-react.app/um/web.git
synced 2025-12-14 03:03:02 +00:00
Add Tag Edit Function & Wasm for Qmc & Kgm
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
<el-button circle icon="el-icon-video-play" type="success" @click="handlePlay(scope.$index, scope.row)">
|
||||
</el-button>
|
||||
<el-button circle icon="el-icon-download" @click="handleDownload(scope.row)"></el-button>
|
||||
<el-button circle icon="el-icon-edit" @click="handleEdit(scope.row)"></el-button>
|
||||
<el-button circle icon="el-icon-delete" type="danger" @click="handleDelete(scope.$index, scope.row)">
|
||||
</el-button>
|
||||
</template>
|
||||
@@ -55,6 +56,9 @@ export default {
|
||||
handleDownload(row) {
|
||||
this.$emit('download', row);
|
||||
},
|
||||
handleEdit(row) {
|
||||
this.$emit('edit', row);
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user