Skip to content

Commit 71156e5

Browse files
committed
fix: 修复表单收集列表中的单行选项卡问题
--bug=1049886 --user=刘瑞斌 【应用编排】表单添加单行选项卡字段,添加后变成了选项卡类型 https://www.tapd.cn/57709429/s/1623563
1 parent a896fcc commit 71156e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/dynamics-form/constructor/items/RadioRowConstructor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const formField = computed<FormField>(() => {
9393
})
9494
const getData = () => {
9595
return {
96-
input_type: 'RadioCard',
96+
input_type: 'RadioRow',
9797
attrs: {},
9898
default_value: formValue.value.default_value,
9999
text_field: 'label',

0 commit comments

Comments
 (0)