king
2022-04-13 b63b085814103cabe989d9600bc925559cc6d56d
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -313,6 +313,16 @@
      required: false
    },
    {
      type: 'select',
      key: 'bgImage',
      label: '动态背景',
      initVal: card.bgImage || '',
      tooltip: '绑定数据源字段,可根据返回值改变背景图。',
      required: false,
      allowClear: true,
      options: []
    },
    {
      type: 'number',
      key: 'barHeight',
      min: 5,