king
2022-11-20 fd71440db47f3205cccab84ddd77026cf1df579a
src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx
@@ -64,11 +64,10 @@
      forbid: !appType
    },
    {
      type: 'select',
      type: 'multiselect',
      field: 'blacklist',
      label: '黑名单',
      initval: card.blacklist || [],
      multi: true,
      required: false,
      options: roleList,
      forbid: !!appType
@@ -102,7 +101,7 @@
      controlFields: [
        {field: 'dirField', values: ['mindmap']},
        {field: 'nodeColor', values: ['mindmap']},
        {field: 'collapsed', values: ['indentTree']},
        {field: 'collapsed', values: ['indentTree', 'kapmap']},
      ]
    },
    {
@@ -117,7 +116,7 @@
        label: '固定值'
      }, {
        value: 'supvalue',
        label: '上级'
        label: '上级组件'
      }, {
        value: 'line',
        label: '行'
@@ -130,16 +129,16 @@
    },
    {
      type: 'text',
      field: 'rootLabel',
      label: '根节点文本',
      initval: card.rootLabel || '',
      field: 'rootValue',
      label: '根节点值',
      initval: card.rootValue || '',
      required: true
    },
    {
      type: 'text',
      field: 'rootValue',
      label: '根节点值',
      initval: card.rootValue || '',
      field: 'rootLabel',
      label: '根节点文本',
      initval: card.rootLabel || '',
      required: true
    },
    {