配置: component
component.name
component.show
- 说明: 是否显示此项
- 类型: Boolean | Function
- 可选值: 无
- 默认值: true
- 可传入一个方法 show(context){ return context.form.xxx == true}
component.disabled
- 说明: 是否禁用此项
- 类型: Boolean | Function
- 可选值: 无
- 默认值: false
- 可传入一个方法 disabled(context){ return context.form.xxx == true}
component.readonly
- 说明: 是否禁用此项
- 类型: Boolean | Function
- 可选值: 无
- 默认值: false
- 可传入一个方法 readonly(context){ return context.form.xxx == true}
component.props
component.on
- 说明: 组件的事件
- 类型: 无
- 可选值: 无
- 默认值: 无
- 同义参数:
component.events
- 示例:
component.scopedSlots
- 说明: 组件的scoped插槽,支持jsx语法
- 类型: 无
- 可选值: 无
- 默认值: 无
- 同义参数:component.slots
- 示例:
component.children
- 说明: 组件的子元素,用于插入子元素(包括非scoped插槽元素),支持jsx语法
- 类型: 无
- 可选值: 无
- 默认值: 无
- 示例:
component.style|class等attrs
- 说明: 其他html属性,会直接传递给组件
- 示例: