Commit 3607b1d4 by LesanOuO

fix: 当存在重复执行的节点时审批意见展示有误

parent c144439e
...@@ -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