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
3f1024d3
authored
Feb 14, 2025
by
Lesan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改图标命名
parent
0f812dbf
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
src/assets/svgs/bpm/transactor.svg
+0
-0
src/components/SimpleProcessDesignerV2/src/NodeHandler.vue
+2
-2
src/components/SimpleProcessDesignerV2/src/nodes/UserTaskNode.vue
+1
-1
src/components/SimpleProcessDesignerV2/theme/simple-process-designer.scss
+2
-2
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
+2
-2
No files found.
src/assets/svgs/bpm/
handle
.svg
→
src/assets/svgs/bpm/
transactor
.svg
View file @
3f1024d3
File moved
src/components/SimpleProcessDesignerV2/src/NodeHandler.vue
View file @
3f1024d3
...
@@ -16,8 +16,8 @@
...
@@ -16,8 +16,8 @@
<div
class=
"handler-item-text"
>
审批人
</div>
<div
class=
"handler-item-text"
>
审批人
</div>
</div>
</div>
<div
class=
"handler-item"
@
click=
"addNode(NodeType.TRANSACTOR_NODE)"
>
<div
class=
"handler-item"
@
click=
"addNode(NodeType.TRANSACTOR_NODE)"
>
<div
class=
"
handle
handler-item-icon"
>
<div
class=
"
transactor
handler-item-icon"
>
<span
class=
"iconfont icon-
handle
icon-size"
></span>
<span
class=
"iconfont icon-
transactor
icon-size"
></span>
</div>
</div>
<div
class=
"handler-item-text"
>
办理人
</div>
<div
class=
"handler-item-text"
>
办理人
</div>
</div>
</div>
...
...
src/components/SimpleProcessDesignerV2/src/nodes/UserTaskNode.vue
View file @
3f1024d3
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
:class=
"`node-title-icon $
{currentNode.type === NodeType.TRANSACTOR_NODE ? 'transactor-task' : 'user-task'}`"
:class=
"`node-title-icon $
{currentNode.type === NodeType.TRANSACTOR_NODE ? 'transactor-task' : 'user-task'}`"
>
>
<span
<span
:class=
"`iconfont $
{currentNode.type === NodeType.TRANSACTOR_NODE ? 'icon-
handle
' : 'icon-approve'}`"
:class=
"`iconfont $
{currentNode.type === NodeType.TRANSACTOR_NODE ? 'icon-
transactor
' : 'icon-approve'}`"
>
</span>
>
</span>
</div>
</div>
<input
<input
...
...
src/components/SimpleProcessDesignerV2/theme/simple-process-designer.scss
View file @
3f1024d3
...
@@ -177,7 +177,7 @@
...
@@ -177,7 +177,7 @@
color
:
#ca3a31
color
:
#ca3a31
}
}
.
handle
{
.
transactor
{
color
:
#330099
;
color
:
#330099
;
}
}
...
@@ -785,7 +785,7 @@
...
@@ -785,7 +785,7 @@
content
:
"\e7eb"
;
content
:
"\e7eb"
;
}
}
.icon-
handle
:before
{
.icon-
transactor
:before
{
content
:
"\e61c"
;
content
:
"\e61c"
;
}
}
...
...
src/views/bpm/processInstance/detail/ProcessInstanceTimeline.vue
View file @
3f1024d3
...
@@ -180,7 +180,7 @@ import copySvg from '@/assets/svgs/bpm/copy.svg'
...
@@ -180,7 +180,7 @@ import copySvg from '@/assets/svgs/bpm/copy.svg'
import
conditionSvg
from
'@/assets/svgs/bpm/condition.svg'
import
conditionSvg
from
'@/assets/svgs/bpm/condition.svg'
import
parallelSvg
from
'@/assets/svgs/bpm/parallel.svg'
import
parallelSvg
from
'@/assets/svgs/bpm/parallel.svg'
import
finishSvg
from
'@/assets/svgs/bpm/finish.svg'
import
finishSvg
from
'@/assets/svgs/bpm/finish.svg'
import
handleSvg
from
'@/assets/svgs/bpm/handle
.svg'
import
transactorSvg
from
'@/assets/svgs/bpm/transactor
.svg'
defineOptions
({
name
:
'BpmProcessInstanceTimeline'
})
defineOptions
({
name
:
'BpmProcessInstanceTimeline'
})
withDefaults
(
withDefaults
(
...
@@ -243,7 +243,7 @@ const nodeTypeSvgMap = {
...
@@ -243,7 +243,7 @@ const nodeTypeSvgMap = {
// 审批人节点
// 审批人节点
[
NodeType
.
USER_TASK_NODE
]:
{
color
:
'#ff943e'
,
svg
:
auditorSvg
},
[
NodeType
.
USER_TASK_NODE
]:
{
color
:
'#ff943e'
,
svg
:
auditorSvg
},
// 办理人节点
// 办理人节点
[
NodeType
.
TRANSACTOR_NODE
]:
{
color
:
'#ff943e'
,
svg
:
handle
Svg
},
[
NodeType
.
TRANSACTOR_NODE
]:
{
color
:
'#ff943e'
,
svg
:
transactor
Svg
},
// 抄送人节点
// 抄送人节点
[
NodeType
.
COPY_TASK_NODE
]:
{
color
:
'#3296fb'
,
svg
:
copySvg
},
[
NodeType
.
COPY_TASK_NODE
]:
{
color
:
'#3296fb'
,
svg
:
copySvg
},
// 条件分支节点
// 条件分支节点
...
...
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