king
2023-08-27 7c5f8d56fc0037f2aa1e931bbe7fdaf7f5cf22c6
src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx
@@ -78,11 +78,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'
    },