PipeLineLems/web/src/components/DyForm/DyForm.d.ts
@@ -5,6 +5,7 @@ description?: string name?: string value: string | number tip?: string } export interface FormItemPropType { @@ -18,7 +19,7 @@ el?: string | Component | DefineComponent | Ref<string> options?: OptionItemType[] | any[] | Ref<any> isTitle?: boolean title?:string | Component title?: string | Component [key: string]: any | Ref<string> }