Commit e451f483 by GoldenZqqq

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

parent 5eb41543
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</template> </template>
<!-- 信息:任务 ICON --> <!-- 信息:任务 ICON -->
<div <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" class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
> >
<Icon <Icon
...@@ -136,6 +136,7 @@ ...@@ -136,6 +136,7 @@
<!-- 信息:任务 ICON --> <!-- 信息:任务 ICON -->
<div <div
v-if="showStatusIcon"
class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px" class="position-absolute top-22px left-26px bg-#fff rounded-full flex items-center p-2px"
> >
<Icon <Icon
......
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