king
2022-09-01 a49f4888e0bc09f4e03b1d5e12be19eb2ae8636b
src/menu/components/chart/chart-custom/chartcompile/formconfig.jsx
@@ -64,6 +64,18 @@
      required: true
    },
    {
      type: 'radio',
      key: 'permission',
      label: '权限验证',
      initVal: card.permission || 'false',
      required: false,
      options: [
        {value: 'true', text: '启用'},
        {value: 'false', text: '禁用'},
      ],
      forbid: !appType
    },
    {
      type: 'select',
      key: 'blacklist',
      label: '黑名单',