feat(web): 尝试优化流程图性能
This commit is contained in:
@@ -20,7 +20,7 @@ const SwitchNode = (props: NodeProps) => AmisNode({
|
||||
type: 'normal',
|
||||
defaultNodeName: '分支节点',
|
||||
defaultNodeDescription: '根据不同的情况前往不同的分支',
|
||||
columnSchema: [],
|
||||
columnSchema: () => [],
|
||||
// @ts-ignore
|
||||
extraNodeDescription: nodeData => {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user