king
2023-08-24 366f7646db3e8dec85d6b85b8d4d9930c0298ed9
2023-08-24
5个文件已修改
32 ■■■■ 已修改文件
src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx 8 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-dashboard/chartcompile/formconfig.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-scatter/chartcompile/formconfig.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -41,6 +41,8 @@
    }
  }
  console.log(card)
  return [
    {
      type: 'text',
@@ -93,11 +95,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'
    },
src/menu/components/chart/antv-dashboard/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'
    },
src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -125,11 +125,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'
    },
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'
    },
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'
    },