222
schangxiang@126.com
2025-05-06 cfa1401896d5f7d5e71a6524d6e317a548eae1c7
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>
}