ui、行为、规则组件通用
config:{ scene: { text: '场景', type: 'RadioButton', options: [ { text: '进入页面', value: 'In' }, { text: '离开页面', value: 'Out' } ] } }
← Radio(单选-按照是否形式展示) CheckBox(多选) →