(
componentName: string,
mergeOptions: Record<string, any>,
)
| 79 | |
| 80 | // 格式化属性表单配置 |
| 81 | export function mappingFormItem( |
| 82 | componentName: string, |
| 83 | mergeOptions: Record<string, any>, |
| 84 | ) { |
| 85 | return { |
| 86 | ...(BaseOptionConfig[componentName] || {}), |
| 87 | ...mergeOptions, |
| 88 | }; |
| 89 | } |
no outgoing calls
no test coverage detected