From ce1375cb4040c5e71609b24f9ab92b360334427b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=8A=B2=E9=BE=99?= <2860996570@qq.com> Date: Thu, 26 Dec 2024 14:28:59 +0800 Subject: [PATCH] 1 --- src/views/auditPages/taskManagement/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'