From 4cd9b3c6d8e708be58037d0a97e3234e978acc63 Mon Sep 17 00:00:00 2001 From: jason <2667446@qq.com> Date: Sat, 31 May 2025 22:05:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[BPM=20=E5=B7=A5=E4=BD=9C=E6=B5=81]=20S?= =?UTF-8?q?imple=20=E6=A8=A1=E5=9E=8B=20-=20=E6=9D=A1=E4=BB=B6=E8=8A=82?= =?UTF-8?q?=E7=82=B9=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nodes-config/condition-node-config.vue | 196 ++++++++++++++++++ .../components/nodes/exclusive-node.vue | 10 +- .../components/nodes/inclusive-node.vue | 10 +- 3 files changed, 206 insertions(+), 10 deletions(-) create mode 100644 apps/web-antd/src/components/simple-process-design/components/nodes-config/condition-node-config.vue 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 = ( - +
- - + --> + /> -
- - + --> + />