king
2021-08-11 a757b75163d77acc5111637fbe20ec61d895a72b
src/menu/components/share/actioncomponent/formconfig.jsx
@@ -74,7 +74,6 @@
    if (appMenus) {
      try {
        appMenus = JSON.parse(appMenus)
        appMenus = appMenus.map(item => ({value: item.MenuID, text: item.MenuName}))
      } catch {
        appMenus = []
      }
@@ -415,7 +414,7 @@
    {
      type: 'radio',
      key: 'show',
      label: "显示为",
      label: '显示为',
      initVal: card.show || 'button',
      required: true,
      options: [{