diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue index 744c041e973a2aa38d718c72c7ea2e670f5cded1..fe95e7af852d3e3610890a1e1956b7679b163771 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/formModel.vue @@ -30,99 +30,83 @@
-
-
{{$t('Node name')}}
-
- + +
{{$t('Node name')}}
+
+ +
-
+ -
-
{{$t('Run flag')}}
-
- + +
{{$t('Run flag')}}
+
+ + {{$t('Normal')}} + {{$t('Prohibition execution')}} +
-
+ -
-
- {{$t('Description')}} + +
{{$t('Description')}}
+
+ +
-
- -
-
+ -
-
- {{$t('Task priority')}} -
-
+ +
{{$t('Task priority')}}
+
{{$t('Worker group')}}
-
+ -
-
- {{$t('Number of failed retries')}} -
-
+ +
{{$t('Number of failed retries')}}
+
({{$t('Times')}}) {{$t('Failed retry interval')}} ({{$t('Minute')}})
-
+ -
-
- {{$t('Delay execution time')}} -
-
+ +
{{$t('Delay execution time')}}
+
({{$t('Minute')}})
-
+ -
-
- {{$t('State')}} -
-
+ +
{{$t('State')}}
+
@@ -133,12 +117,10 @@
-
-
-
- {{$t('State')}} -
-
+ + +
{{$t('State')}}
+
@@ -149,7 +131,7 @@
-
+ { if (!this.dependItemList.length) { + if (!this.projectList.length) return let projectId = this.projectList[0].value this._getProcessByProjectId(projectId).then(definitionList => { let value = definitionList[0].value diff --git a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/conditions.vue b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/conditions.vue index 3cfb1625be3617cfd3010f96b589b401b8208ca3..60a6806c6234d3872ee247e1eb419ec51395e99e 100644 --- a/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/conditions.vue +++ b/dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/formModel/tasks/conditions.vue @@ -15,7 +15,7 @@ * limitations under the License. */