diff --git a/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue b/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue
index 2e061c70e..c27c33851 100644
--- a/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue
+++ b/ui/src/workflow/nodes/base-node/component/UserInputFieldTable.vue
@@ -13,11 +13,24 @@
:data="props.nodeModel.properties.user_input_field_list"
class="mb-16"
>
-
-
+
- {{ row.label.label }}
- {{ row.label }}
+ {{ row.field }}
+
+
+
+
+
+
+
+ {{ row.label.label }}
+
+
+
+
+ {{ row.label }}
+
@@ -25,13 +38,20 @@
文本框
滑块
开关
- 单选框
+ 单选框
多选框
选项卡
日期
-
+
+
+
+ {{ row.default_value }}
+
+
@@ -41,13 +61,13 @@
-
-
-
-
-
-
-
+
+
+
+
+
+
+
@@ -60,11 +80,9 @@
-
-
-
\ No newline at end of file
+
diff --git a/ui/src/workflow/nodes/form-node/index.vue b/ui/src/workflow/nodes/form-node/index.vue
index 071101640..c2c741de7 100644
--- a/ui/src/workflow/nodes/form-node/index.vue
+++ b/ui/src/workflow/nodes/form-node/index.vue
@@ -56,15 +56,26 @@
:data="form_data.form_field_list"
class="mb-16"
>
-
-
+
- {{
- row.label.label
- }}
- {{ row.label }}
+ {{ row.field }}
+
+
+
+
+ {{ row.label.label }}
+
+
+
+
+ {{ row.label }}
+
+
+
+
{{
@@ -72,7 +83,12 @@
}}
-
+
+
+
+ {{ row.default_value }}
+
+