We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f470e0d + 3607b1d commit c3dd741Copy full SHA for c3dd741
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
@@ -25,7 +25,7 @@
25
</div>
26
27
</template>
28
- <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}`">
29
<!-- 第一行:节点名称、时间 -->
30
<div class="flex w-full">
31
<div class="font-bold"> {{ activity.name }}</div>
@@ -113,7 +113,7 @@
113
114
115
116
- <teleport defer :to="`#activity-task-${activity.id}`">
+ <teleport defer :to="`#activity-task-${activity.id}-${index}`">
117
<div
118
v-if="
119
task.reason &&
0 commit comments