src/menu/components/share/actioncomponent/formconfig.jsx
@@ -1464,6 +1464,23 @@ required: true }, { type: 'radio', key: 'show', label: '显示为', initVal: card.show || 'button', required: true, options: [{ value: 'icon', text: '图标' }, { value: 'button', text: '图标+文字' }, { value: 'link', text: '文字+图标' }] }, { type: 'icon', key: 'icon', label: '图标',