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.
1 parent 5eb4154 commit e451f48Copy full SHA for e451f48
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
@@ -99,7 +99,7 @@
99
</template>
100
<!-- 信息:任务 ICON -->
101
<div
102
- v-if="onlyStatusIconShow.includes(task.status)"
+ v-if="showStatusIcon && onlyStatusIconShow.includes(task.status)"
103
class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
104
>
105
<Icon
@@ -136,6 +136,7 @@
136
137
138
139
+ v-if="showStatusIcon"
140
141
142
0 commit comments