From 11b7cf32ca78fcf616e347060a7de92f0b3c8ca2 Mon Sep 17 00:00:00 2001 From: jason <2667446@qq.com> Date: Sun, 7 Apr 2024 22:31:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BF=E9=92=89=E9=92=89=E8=AE=BE=E8=AE=A1?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=EF=BC=9A=E5=A2=9E=E5=8A=A0=E5=8C=85=E5=AE=B9?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../SimpleProcessDesigner/src/addNode.vue | 37 ++++++++- .../SimpleProcessDesigner/src/consts.ts | 14 +++- .../SimpleProcessDesigner/src/nodeWrap.vue | 78 +++++++++++++++---- .../SimpleProcessDesigner/src/util.ts | 26 +++---- 4 files changed, 125 insertions(+), 30 deletions(-) diff --git a/src/components/SimpleProcessDesigner/src/addNode.vue b/src/components/SimpleProcessDesigner/src/addNode.vue index 2cbc0f83..20148cc9 100644 --- a/src/components/SimpleProcessDesigner/src/addNode.vue +++ b/src/components/SimpleProcessDesigner/src/addNode.vue @@ -42,6 +42,12 @@

并行分支

+ +
+ +
+

包容分支

+
+ + + + + + +
+
+
+ +
+
+
+
+ + + {{ item.name }} + + +
+
+
{{ conditionStr(nodeConfig, index) }}
+
+ +
+
+ +
+
+ +