king
2022-11-02 9713348b1a907a2ab75132ee30332673644a951e
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -126,7 +126,7 @@
    }
  }
  if (appType === 'mob') {
    opentypes = opentypes.filter(item => ['pop', 'prompt', 'exec', 'innerpage', 'funcbutton'].includes(item.value))
    opentypes = opentypes.filter(item => ['pop', 'prompt', 'exec', 'excelOut', 'innerpage', 'funcbutton'].includes(item.value))
    funTypes = [
      { value: 'scan', text: '扫码' },
      { value: 'pay', text: '支付' },
@@ -697,7 +697,8 @@
      }, {
        value: 'false',
        text: '否'
      }]
      }],
      forbid: appType === 'mob'
    },
    {
      type: 'radio',
@@ -711,7 +712,8 @@
      }, {
        value: 'false',
        text: '非必填'
      }]
      }],
      forbid: appType === 'mob'
    },
    {
      type: 'cascader',