Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
3607b1d4
authored
Jan 02, 2025
by
LesanOuO
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 当存在重复执行的节点时审批意见展示有误
parent
c144439e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
+2
-2
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
View file @
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 &&
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment