king
2021-10-15 309cdd2d05e87051d451ad069e12db05fbbdc20c
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -226,7 +226,7 @@
      key: 'qrWidth',
      min: 5,
      max: 1000,
      label: '宽度',
      label: '二维码尺寸',
      initVal: card.qrWidth || 50,
      required: true,
    },
@@ -425,6 +425,7 @@
      key: 'noValue',
      label: '空值',
      initVal: card.noValue || 'show',
      tooltip: '当元素内容为空时,是否显示当前元素。',
      required: false,
      options: [
        { value: 'show', text: '显示' },