chore: Revert "fix: form 表单不支持field.xxx.xx格式的defaultValue配置 (#4965)"

This reverts commliit 12f216c0e7.
This commit is contained in:
vben
2024-12-02 00:47:06 +08:00
parent 014e6d38a0
commit 24b9aa44d2
6 changed files with 20 additions and 55 deletions

View File

@@ -291,12 +291,6 @@ const [CustomLayoutForm] = useVbenForm({
formItemClass: 'col-start-1',
label: '字符串',
},
{
component: 'Input',
defaultValue: 'field4.path',
fieldName: 'field4.path',
label: 'field4.path',
},
],
// 一共三列
wrapperClass: 'grid-cols-3',