File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/views/bpm/processInstance/detail Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 28
28
<div class =" flex flex-col items-start gap2" :id =" `activity-task-${activity.id}-${index}`" >
29
29
<!-- 第一行:节点名称、时间 -->
30
30
<div class =" flex w-full" >
31
- <div class =" font-bold" > {{ activity.name }} <span v-if =" activity.status === TaskStatusEnum.SKIP" >【跳过】</span >
31
+ <div class =" font-bold" >
32
+ {{ activity.name }} <span v-if =" activity.status === TaskStatusEnum.SKIP" >【跳过】</span >
32
33
</div >
33
34
<!-- 信息:时间 -->
34
35
<div
@@ -234,7 +235,7 @@ const statusIconMap2 = {
234
235
235
236
const statusIconMap = {
236
237
// 跳过
237
- ' -2' : { color: ' #909398' , icon: ArrowDown },
238
+ ' -2' : { color: ' #909398' , icon: ArrowDown },
238
239
// 审批未开始
239
240
' -1' : { color: ' #909398' , icon: Clock },
240
241
' 0' : { color: ' #00b32a' , icon: Clock },
You can’t perform that action at this time.
0 commit comments