king
2023-02-03 1ba430d58ea3fd662d09b99f6e22ed3b3564a356
src/menu/components/card/cardcomponent/options.jsx
@@ -109,7 +109,8 @@
      initval: setting.bgField || '',
      tooltip: '动态背景,背景图片由字段值控制。请注意调整背景样式。',
      required: false,
      options: columns
      options: columns,
      forbid: cardType === 'extendCard'
    },
    {
      type: ops.length === 0 ? 'radio' : 'select',