|
@@ -72,10 +72,13 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div v-show="active.type !== 0" class="timeline-box flex-1">
|
|
<div v-show="active.type !== 0" class="timeline-box flex-1">
|
|
- <span style="color: #86909c; display: block; margin-bottom: 3px; padding-left: 4px">{{ active.taskName }}</span>
|
|
|
|
|
|
+ <span style="display: block" class="pl-1.5 mb-0">{{ active.taskName }}</span>
|
|
|
|
+ <span v-if="active.type === 22" class="text-gray-500 pl-1.5 mb-1">
|
|
|
|
+ 调用子流程 [ {{ active.content.callProcess.split(':')[1] }} ]
|
|
|
|
+ </span>
|
|
<div class="flex flex-align-center">
|
|
<div class="flex flex-align-center">
|
|
<div class="timeline-box-user flex-1">
|
|
<div class="timeline-box-user flex-1">
|
|
- <span v-if="active.id" style="padding-left: 4px">{{ active.createBy }}</span>
|
|
|
|
|
|
+ <span v-if="active.id" class="text-gray-500 pl-1.5">{{ active.createBy }}</span>
|
|
<div style="display: flex; gap: 6px; margin-top: 3px">
|
|
<div style="display: flex; gap: 6px; margin-top: 3px">
|
|
<FlowNodeAvatar v-for="nodeUser in active.local_nodeUserList" :key="nodeUser.id" :name="nodeUser.name" />
|
|
<FlowNodeAvatar v-for="nodeUser in active.local_nodeUserList" :key="nodeUser.id" :name="nodeUser.name" />
|
|
<FlowNodeAvatar v-for="nodeRole in active.local_nodeRoleList" :key="nodeRole.id" :name="nodeRole.name">
|
|
<FlowNodeAvatar v-for="nodeRole in active.local_nodeRoleList" :key="nodeRole.id" :name="nodeRole.name">
|