Commit c3dd741d by Lesan

Merge branch 'feature/bpm-延迟器' of https://gitee.com/LesanOuO/yudao-ui-admin-vue3…

Merge branch 'feature/bpm-延迟器' of https://gitee.com/LesanOuO/yudao-ui-admin-vue3 into feature/bpm-延时器
parents f470e0d6 3607b1d4
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</div> </div>
</div> </div>
</template> </template>
<div class="flex flex-col items-start gap2" :id="`activity-task-${activity.id}`"> <div class="flex flex-col items-start gap2" :id="`activity-task-${activity.id}-${index}`">
<!-- 第一行:节点名称、时间 --> <!-- 第一行:节点名称、时间 -->
<div class="flex w-full"> <div class="flex w-full">
<div class="font-bold"> {{ activity.name }}</div> <div class="font-bold"> {{ activity.name }}</div>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</div> </div>
</div> </div>
</div> </div>
<teleport defer :to="`#activity-task-${activity.id}`"> <teleport defer :to="`#activity-task-${activity.id}-${index}`">
<div <div
v-if=" v-if="
task.reason && task.reason &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment