diff --git a/src/views/auditPages/taskManagement/index.vue b/src/views/auditPages/taskManagement/index.vue index 64a3f25..8e4c22e 100644 --- a/src/views/auditPages/taskManagement/index.vue +++ b/src/views/auditPages/taskManagement/index.vue @@ -439,7 +439,7 @@ export default { guanbijiekou(row) { console.log(row); - this.$confirm('此操作将关闭改任务, 是否继续?', '提示', { + this.$confirm('此操作将关闭任务, 是否继续?', '提示', { confirmButtonText: '确定', cancelButtonText: '取消', type: 'warning'