king
2020-09-26 ab60d53b67f802878662aaa5a5b52580cca421b8
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -47,6 +47,14 @@
      options: []
    },
    {
      type: 'file',
      key: 'url',
      label: '图片',
      initVal: card.url || '',
      maxfile: 1,
      required: false
    },
    {
      type: 'text',
      key: 'value',
      label: '内容',
@@ -182,6 +190,15 @@
    },
    {
      type: 'number',
      key: 'maxValue',
      min: 1,
      label: '最大值',
      initVal: card.maxValue || 100,
      tooltip: '即进度为100%时的值。',
      required: true,
    },
    {
      type: 'number',
      key: 'width',
      min: 1,
      max: 24,
@@ -218,7 +235,7 @@
      key: 'radius',
      label: '圆角',
      initVal: card.radius || 'false',
      required: true,
      required: false,
      options: [
        { value: 'true', text: '有' },
        { value: 'false', text: '无' }