222
schangxiang@126.com
2025-04-30 9bec4dcae002f36aa23231da11cb03a156b40110
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>
}