king
2021-08-28 8ffdc354d93def23f046ad29dd5528b02444ec3d
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 || '',