feat: 发起流程时不展示timeline组件头像右下角小状态icon

This commit is contained in:
GoldenZqqq 2024-11-12 11:34:55 +08:00
parent 5eb415437d
commit e451f483c5

View File

@ -99,7 +99,7 @@
</template>
<!-- 信息任务 ICON -->
<div
v-if="onlyStatusIconShow.includes(task.status)"
v-if="showStatusIcon && onlyStatusIconShow.includes(task.status)"
class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
>
<Icon
@ -136,6 +136,7 @@
<!-- 信息任务 ICON -->
<div
v-if="showStatusIcon"
class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
>
<Icon