mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
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 = () => {
|
||||
return {
|
||||
input_type: 'RadioCard',
|
||||
input_type: 'RadioRow',
|
||||
attrs: {},
|
||||
default_value: formValue.value.default_value,
|
||||
text_field: 'label',
|
||||
|
|
|
|||
Loading…
Reference in New Issue