src/menu/components/share/actioncomponent/formconfig.jsx
@@ -669,7 +669,7 @@ type: 'text', key: 'output', label: '返回值', tooltip: '执行成功后的返回值。', tooltip: '执行成功后的返回值。例如:@id', initVal: card.output || '', required: false, forbid: viewType === 'popview' @@ -851,9 +851,12 @@ label: '开关尺寸', initVal: card.size || 'default', options: [{ value: 'default', value: 'large', text: '大' }, { value: 'default', text: '中' }, { value: 'small', text: '小' }]