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 43
43
v-if ="
44
44
isEmpty(activity.tasks) &&
45
45
isEmpty(activity.candidateUsers) &&
46
- CandidateStrategy.START_USER_SELECT === activity.candidateStrategy
46
+ (CandidateStrategy.START_USER_SELECT === activity.candidateStrategy ||
47
+ CandidateStrategy.APPROVE_USER_SELECT === activity.candidateStrategy)
47
48
"
48
49
>
49
50
<!-- && activity.nodeType === NodeType.USER_TASK_NODE -->
@@ -252,7 +253,7 @@ const nodeTypeSvgMap = {
252
253
// 并行分支节点
253
254
[NodeType .PARALLEL_BRANCH_NODE ]: { color: ' #14bb83' , svg: parallelSvg },
254
255
// 子流程节点
255
- [NodeType .CHILD_PROCESS_NODE ]: { color: ' #14bb83' , svg: childProcessSvg },
256
+ [NodeType .CHILD_PROCESS_NODE ]: { color: ' #14bb83' , svg: childProcessSvg }
256
257
}
257
258
258
259
// 只有只有状态是 -1、0、1 才展示头像右小角状态小icon
You can’t perform that action at this time.
0 commit comments