diff --git a/ui/src/components/dynamics-form/constructor/index.vue b/ui/src/components/dynamics-form/constructor/index.vue
index b605daf6220..0c84e2d2a49 100644
--- a/ui/src/components/dynamics-form/constructor/index.vue
+++ b/ui/src/components/dynamics-form/constructor/index.vue
@@ -17,7 +17,7 @@
-
+
@@ -106,7 +106,7 @@ onMounted(() => {
}
})
const rander = (data: any) => {
- form_data.value.required = data.required
+ form_data.value.required = data.required ? data.required : false
form_data.value.field = data.field
form_data.value.input_type = data.input_type + 'Constructor'
if (data.label && data.label.input_type === 'TooltipLabel') {
diff --git a/ui/src/workflow/nodes/base-node/component/UserFieldFormDialog.vue b/ui/src/workflow/nodes/base-node/component/UserFieldFormDialog.vue
index e3b520e64e3..ffa34391746 100644
--- a/ui/src/workflow/nodes/base-node/component/UserFieldFormDialog.vue
+++ b/ui/src/workflow/nodes/base-node/component/UserFieldFormDialog.vue
@@ -8,7 +8,7 @@
append-to-body
>
diff --git a/ui/src/workflow/nodes/base-node/index.vue b/ui/src/workflow/nodes/base-node/index.vue
index fd5602292dd..90b67fe04cd 100644
--- a/ui/src/workflow/nodes/base-node/index.vue
+++ b/ui/src/workflow/nodes/base-node/index.vue
@@ -45,7 +45,7 @@
@submitDialog="submitDialog"
/>
-
+
@@ -90,7 +90,7 @@
>
{{ item.name }}
公用
+ >公用
@@ -113,8 +113,8 @@
>
{{ item.name }}
{{
- $t('views.application.applicationForm.form.aiModel.unavailable')
- }}
+ $t('views.application.applicationForm.form.aiModel.unavailable')
+ }}
@@ -174,7 +174,7 @@
>
{{ item.name }}
公用
+ >公用
@@ -197,8 +197,8 @@
>
{{ item.name }}
{{
- $t('views.application.applicationForm.form.aiModel.unavailable')
- }}
+ $t('views.application.applicationForm.form.aiModel.unavailable')
+ }}
@@ -208,9 +208,8 @@
-
+
-