fix: 修复表单收集列表中的单行选项卡问题
--bug=1049886 --user=刘瑞斌 【应用编排】表单添加单行选项卡字段,添加后变成了选项卡类型 https://www.tapd.cn/57709429/s/1623563
This commit is contained in:
parent
a896fcce74
commit
71156e557b
@ -93,7 +93,7 @@ const formField = computed<FormField>(() => {
|
|||||||
})
|
})
|
||||||
const getData = () => {
|
const getData = () => {
|
||||||
return {
|
return {
|
||||||
input_type: 'RadioCard',
|
input_type: 'RadioRow',
|
||||||
attrs: {},
|
attrs: {},
|
||||||
default_value: formValue.value.default_value,
|
default_value: formValue.value.default_value,
|
||||||
text_field: 'label',
|
text_field: 'label',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user