king
2023-08-27 53a6a5761ecffcfe459928ef3b60f9b114fcd27f
src/menu/components/chart/antv-scatter/chartcompile/formconfig.jsx
@@ -67,11 +67,11 @@
      type: 'radio',
      key: 'cacheLocal',
      label: '本地缓存',
      initval: card.cacheLocal || 'true',
      initVal: card.cacheLocal || 'true',
      required: false,
      options: [
        {value: 'true', label: '继承菜单'},
        {value: 'false', label: '禁用'},
        {value: 'true', text: '继承菜单'},
        {value: 'false', text: '禁用'},
      ],
      forbid: sessionStorage.getItem('editMenuType') === 'popview'
    },