Skip to content

Commit e451f48

Browse files
committed
feat: 发起流程时不展示timeline组件头像右下角小状态icon
1 parent 5eb4154 commit e451f48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
</template>
100100
<!-- 信息:任务 ICON -->
101101
<div
102-
v-if="onlyStatusIconShow.includes(task.status)"
102+
v-if="showStatusIcon && onlyStatusIconShow.includes(task.status)"
103103
class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
104104
>
105105
<Icon
@@ -136,6 +136,7 @@
136136

137137
<!-- 信息:任务 ICON -->
138138
<div
139+
v-if="showStatusIcon"
139140
class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
140141
>
141142
<Icon

0 commit comments

Comments
 (0)