Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
c2e99fb4
authored
Mar 03, 2025
by
lizhixian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 新增逻辑条,candidateStrategy=34,审批人自选
parent
a383363e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
+3
-2
No files found.
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
View file @
c2e99fb4
...
...
@@ -43,7 +43,8 @@
v-if=
"
isEmpty(activity.tasks) &&
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 -->
...
...
@@ -252,7 +253,7 @@ const nodeTypeSvgMap = {
// 并行分支节点
[
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment