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 2828 <div class =" flex flex-col items-start gap2" :id =" `activity-task-${activity.id}-${index}`" >
2929 <!-- 第一行:节点名称、时间 -->
3030 <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 >
3233 </div >
3334 <!-- 信息:时间 -->
3435 <div
@@ -234,7 +235,7 @@ const statusIconMap2 = {
234235
235236const statusIconMap = {
236237 // 跳过
237- ' -2' : { color: ' #909398' , icon: ArrowDown },
238+ ' -2' : { color: ' #909398' , icon: ArrowDown },
238239 // 审批未开始
239240 ' -1' : { color: ' #909398' , icon: Clock },
240241 ' 0' : { color: ' #00b32a' , icon: Clock },
You can’t perform that action at this time.
0 commit comments