diff --git a/frontend/src/views/dataset/data/UpdateInfo.vue b/frontend/src/views/dataset/data/UpdateInfo.vue index be5c615145..6d9a5d0f96 100644 --- a/frontend/src/views/dataset/data/UpdateInfo.vue +++ b/frontend/src/views/dataset/data/UpdateInfo.vue @@ -90,7 +90,7 @@ - + @@ -157,13 +157,15 @@ type="primary" icon="el-icon-edit" circle - @click="addTask(scope.row)"/> + @click="addTask(scope.row)" + /> + @click="deleteTask(scope.row)" + /> @@ -184,7 +186,10 @@ import { post } from '@/api/dataset/dataset' export default { name: 'UpdateInfo', props: { - table: Object + table: { + type: Object, + default: null + } }, data() { return {