src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -308,6 +308,17 @@ }, { type: 'radio', key: 'noValue', label: '空值', initVal: card.noValue || 'show', required: false, options: [ { value: 'show', text: '显示' }, { value: 'hide', text: '隐藏' } ] }, { type: 'radio', key: 'link', label: '链接', initVal: card.link || '',