king
2021-09-08 6d71b3fac75a35e8ebf08e71ba40c5be8a586024
src/menu/components/card/cardcellcomponent/formconfig.jsx
@@ -386,6 +386,14 @@
    //   options: appMenus
    // },
    {
      type: 'select',
      key: 'linkurl',
      label: '链接地址',
      initVal: card.linkurl || '',
      required: true,
      options: []
    },
    {
      type: 'radio',
      key: 'joint',
      label: Formdict['model.form.paramJoint'],
@@ -398,14 +406,6 @@
        value: 'false',
        text: Formdict['model.false']
      }]
    },
    {
      type: 'select',
      key: 'linkurl',
      label: '链接地址',
      initVal: card.linkurl || '',
      required: true,
      options: []
    },
    {
      type: 'textarea',