types: 修改类型
This commit is contained in:
parent
7d0476f47c
commit
c3ac191504
|
@ -82,7 +82,17 @@ export interface FormSchema {
|
||||||
/**
|
/**
|
||||||
* 表单组件属性,具体可以查看element-plus文档
|
* 表单组件属性,具体可以查看element-plus文档
|
||||||
*/
|
*/
|
||||||
componentProps?: ComponentPropsForComponent<ComponentName>
|
componentProps?:
|
||||||
|
| InputComponentProps
|
||||||
|
| AutocompleteComponentProps
|
||||||
|
| InputNumberComponentProps
|
||||||
|
| SelectComponentProps
|
||||||
|
| SelectV2ComponentProps
|
||||||
|
| CascaderComponentProps
|
||||||
|
| SwitchComponentProps
|
||||||
|
| RateComponentProps
|
||||||
|
| ColorPickerComponentProps
|
||||||
|
| TransferComponentProps
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* formItem组件属性,具体可以查看element-plus文档
|
* formItem组件属性,具体可以查看element-plus文档
|
||||||
|
|
Loading…
Reference in New Issue