king
2021-08-10 704011800afdf0e87dc006b8d6e444556eaa9bf8
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -296,17 +296,6 @@
      required: false,
    },
    {
      type: 'radio',
      key: 'scale',
      label: '图片放大',
      initVal: card.scale || 'false',
      required: false,
      options: [
        { value: 'false', text: '不可以' },
        { value: 'true', text: '可以' }
      ]
    },
    {
      type: 'select',
      key: 'aspectRatio',
      label: '长宽比',
@@ -332,7 +321,7 @@
      ]
    },
    {
      type: 'select',
      type: 'radio',
      key: 'link',
      label: '链接',
      initVal: card.link || '',
@@ -345,6 +334,17 @@
      ]
    },
    {
      type: 'radio',
      key: 'scale',
      label: '图片放大',
      initVal: card.scale || 'false',
      required: false,
      options: [
        { value: 'false', text: '不可以' },
        { value: 'true', text: '可以' }
      ]
    },
    {
      type: 'select',
      key: 'linkmenu',
      label: '关联菜单',