From fd71440db47f3205cccab84ddd77026cf1df579a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 20 十一月 2022 22:35:17 +0800 Subject: [PATCH] 2022-11-20 --- src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx | 19 +++++++++---------- 1 files changed, 9 insertions(+), 10 deletions(-) diff --git a/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx index cca1379..b6c5913 100644 --- a/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx +++ b/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 }, { -- Gitblit v1.8.0