From b9e89b1922c979e1b4273564ee3bb8708e36f54a Mon Sep 17 00:00:00 2001 From: Amy0104 <97265214+Amy0104@users.noreply.github.com> Date: Thu, 17 Mar 2022 16:30:53 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the stop button tips error and its uncorrect state when the record state is STOP. (#8960) --- .../projects/workflow/instance/components/table-action.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx index cc89596b9..b5afa82ad 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/instance/components/table-action.tsx @@ -191,8 +191,8 @@ export default defineComponent({ {{ default: () => - state === 'PAUSE' - ? t('project.workflow.recovery_failed') + state === 'STOP' + ? t('project.workflow.recovery_suspend') : t('project.workflow.stop'), trigger: () => (