| | |
| | | width?: string | Ref<string> |
| | | el?: string | Component | DefineComponent | Ref<string> |
| | | options?: OptionItemType[] | any[] | Ref<any> |
| | | highSelectOptions?: OptionItemType[] | any[] | Ref<any> |
| | | highSelectAttrs?: object | Ref<object> |
| | | isTitle?: boolean |
| | | title?:string | Component |
| | |
| | | } |
| | | const FormRenderForHighSelectOptions: any = ($props: any) => { |
| | | const item: FormItemPropType = $props.item |
| | | const options = $props.item.highSelectOptions || [] |
| | | const options = $props.item.highSelectAttrs?.options || [] |
| | | if (1===1) { |
| | | return options.map((el: OptionItemType) => ( |
| | | <Option |
| | |
| | | el: 'input', |
| | | //disabled: disabled, |
| | | placeholder: '请è¾å
¥ç©æç¼ç ï¼å¯ä¸æ è¯ï¼', |
| | | highSelectOptions: [{label: 'æ¨¡ç³æ¥è¯¢',value: 1}, {label: 'ç²¾åæ¥è¯¢',value: 2}], |
| | | highSelectAttrs:{ |
| | | prop: 'materialCode_FilterMode', |
| | | el: 'select', |
| | | placeholder: 'è¯·éæ©', |
| | | options:[] |
| | | options:[{label: 'æ¨¡ç³æ¥è¯¢',value: 1}, {label: 'ç²¾åæ¥è¯¢',value: 2}], |
| | | } |
| | | }, |
| | | { |
| | |
| | | |
| | | } |
| | | commonQueryEnumForFrom() |
| | | onResetForHighSelect();//éç½®å
Œ
±selectæ¥è¯¢ |
| | | /** |
| | | * å¼¹çªæå¼è·å详æ
|
| | | */ |