king
2022-03-23 151f90d6aa701be749ff2fc80b3599b88ece3844
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -150,7 +150,7 @@
  if (type === 'card') {
    opentypes.push({
      value: 'form',
      text: '表单'
      text: '表单(开关或勾选框)'
    })
  }
@@ -650,7 +650,7 @@
      initVal: card.openmenu || (!appType ? [] : ''),
      required: false,
      allowClear: true,
      options: appType === 'mob' ? [...appMenus, {value: 'goback', text: '返回'}] : (appType === 'pc' ? appMenus : menulist),
      options: appType === 'mob' ? [...appMenus, {value: 'goback', text: '返回(上一页)'}] : (appType === 'pc' ? appMenus : menulist),
      forbid: viewType === 'popview'
    },
    {