diff --git a/apps/web-antd/src/components/simple-process-design/components/nodes-config/condition-node-config.vue b/apps/web-antd/src/components/simple-process-design/components/nodes-config/condition-node-config.vue new file mode 100644 index 000000000..19aba8a8c --- /dev/null +++ b/apps/web-antd/src/components/simple-process-design/components/nodes-config/condition-node-config.vue @@ -0,0 +1,196 @@ + + diff --git a/apps/web-antd/src/components/simple-process-design/components/nodes/exclusive-node.vue b/apps/web-antd/src/components/simple-process-design/components/nodes/exclusive-node.vue index 3ac884ad3..fb00d2e71 100644 --- a/apps/web-antd/src/components/simple-process-design/components/nodes/exclusive-node.vue +++ b/apps/web-antd/src/components/simple-process-design/components/nodes/exclusive-node.vue @@ -15,7 +15,7 @@ import { NodeType, } from '../../consts'; import { getDefaultConditionNodeName, useTaskStatusClass } from '../../helpers'; -// TODO import ConditionNodeConfig from './nodes-config/condition-node-config.vue'; +import ConditionNodeConfig from '../nodes-config/condition-node-config.vue'; import ProcessNodeTree from '../process-node-tree.vue'; import NodeHandler from './node-handler.vue'; @@ -155,7 +155,7 @@ const recursiveFindParentNode = ( - +
- - + --> + /> -
- - + --> + />