From ce7740b9fc7705c7188e019a2ee8cb0feef06629 Mon Sep 17 00:00:00 2001 From: Devosend Date: Wed, 6 Apr 2022 16:31:20 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha]Add zh for dag execution policy (#9363) --- .../components/dag/dag-save-modal.tsx | 20 ++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx index c4ab2b0976..d96379b336 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx @@ -95,12 +95,7 @@ export default defineComponent({ sync: false }) const formRef = ref() - const executeTypeOptions = [ - { value: 'PARALLEL', label: 'parallel' }, - { value: 'SERIAL_WAIT', label: 'Serial wait' }, - { value: 'SERIAL_DISCARD', label: 'Serial discard' }, - { value: 'SERIAL_PRIORITY', label: 'Serial priority' } - ] + const rule = { name: { required: true, @@ -228,7 +223,18 @@ export default defineComponent({ path='executionType' >