Commit c2e99fb4 by lizhixian

feat: 新增逻辑条,candidateStrategy=34,审批人自选

parent a383363e
...@@ -43,7 +43,8 @@ ...@@ -43,7 +43,8 @@
v-if=" v-if="
isEmpty(activity.tasks) && isEmpty(activity.tasks) &&
isEmpty(activity.candidateUsers) && isEmpty(activity.candidateUsers) &&
CandidateStrategy.START_USER_SELECT === activity.candidateStrategy (CandidateStrategy.START_USER_SELECT === activity.candidateStrategy ||
CandidateStrategy.APPROVE_USER_SELECT === activity.candidateStrategy)
" "
> >
<!-- && activity.nodeType === NodeType.USER_TASK_NODE --> <!-- && activity.nodeType === NodeType.USER_TASK_NODE -->
...@@ -252,7 +253,7 @@ const nodeTypeSvgMap = { ...@@ -252,7 +253,7 @@ const nodeTypeSvgMap = {
// 并行分支节点 // 并行分支节点
[NodeType.PARALLEL_BRANCH_NODE]: { color: '#14bb83', svg: parallelSvg }, [NodeType.PARALLEL_BRANCH_NODE]: { color: '#14bb83', svg: parallelSvg },
// 子流程节点 // 子流程节点
[NodeType.CHILD_PROCESS_NODE]: { color: '#14bb83', svg: childProcessSvg }, [NodeType.CHILD_PROCESS_NODE]: { color: '#14bb83', svg: childProcessSvg }
} }
// 只有只有状态是 -1、0、1 才展示头像右小角状态小icon // 只有只有状态是 -1、0、1 才展示头像右小角状态小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