fix(core): 统一电话号码字段名称从 phonenumber 改为 phone
This commit is contained in:
@@ -18,7 +18,7 @@ const [Form] = useVbenForm({
|
||||
},
|
||||
labelClass: 'w-2/6',
|
||||
},
|
||||
fieldMappingTime: [['field4', ['phoneType', 'phoneNumber'], null]],
|
||||
fieldMappingTime: [['field4', ['phoneType', 'phone'], null]],
|
||||
// 提交函数
|
||||
handleSubmit: onSubmit,
|
||||
// 垂直布局,label和input在不同行,值为vertical
|
||||
|
||||
Reference in New Issue
Block a user