From 14ee62a7ac6c6659f283a6f0c5cc2bcd430bdf70 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Mon, 2 Dec 2024 19:01:32 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=94=BB=E5=B8=83?= =?UTF-8?q?=E4=B8=8Atable=E8=B6=85=E5=87=BA=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../component/UserInputFieldTable.vue | 55 ++++++++++++------- ui/src/workflow/nodes/form-node/index.vue | 30 +++++++--- 2 files changed, 57 insertions(+), 28 deletions(-) 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" > - - + + + + + @@ -25,13 +38,20 @@ 文本框 滑块 开关 - 单选框 + 单选框 多选框 选项卡 日期 - + + + +