From 32379906aae9a09aab163615bad021604c10ad3b Mon Sep 17 00:00:00 2001 From: xlsea Date: Thu, 4 Jul 2024 14:08:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(sj=5Fpreview):=20=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E6=B5=81=E6=89=A7=E8=A1=8C=E6=8C=89=E9=92=AE=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E4=BA=8C=E6=AC=A1=E7=A1=AE=E8=AE=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/workflow/task/index.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/views/workflow/task/index.vue b/src/views/workflow/task/index.vue index 425275d..456f553 100644 --- a/src/views/workflow/task/index.vue +++ b/src/views/workflow/task/index.vue @@ -185,9 +185,16 @@ const { columns, columnChecks, data, getData, loading, mobilePagination, searchP - execute(row.id!)}> - {$t('common.execute')} - + execute(row.id!)}> + {{ + default: () => $t('common.confirmExecute'), + trigger: () => ( + + {$t('common.execute')} + + ) + }} +