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
98774ecc
authored
Jan 03, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】工作流:延迟器的支持
parent
8bbc5e22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/assets/svgs/bpm/delay.svg
+2
-0
src/components/SimpleProcessDesignerV2/src/consts.ts
+2
-2
No files found.
src/assets/svgs/bpm/delay.svg
0 → 100644
View file @
98774ecc
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg
t=
"1735905505218"
class=
"icon"
viewBox=
"0 0 1024 1024"
version=
"1.1"
xmlns=
"http://www.w3.org/2000/svg"
p-id=
"4277"
width=
"200"
height=
"200"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
><path
d=
"M561.778 454.929h198.117c0.549 0 0.994 0.444 0.994 1.001v97.553a0.998 0.998 0 0 1-0.994 1.001H463.224a1.005 1.005 0 0 1-1.002-1V207.04c0-0.552 0.444-1 1.002-1h97.552c0.553 0 1.002 0.455 1.002 1v247.89zM512 952.706c-247.424 0-448-200.576-448-448 0-247.423 200.576-448 448-448s448 200.577 448 448c0 247.424-200.576 448-448 448z m0-99.555c192.44 0 348.444-156.004 348.444-348.445 0-192.44-156.003-348.444-348.444-348.444-192.44 0-348.444 156.004-348.444 348.444 0 192.441 156.003 348.445 348.444 348.445z"
fill=
"#3296FA"
p-id=
"4278"
></path></svg>
\ No newline at end of file
src/components/SimpleProcessDesignerV2/src/consts.ts
View file @
98774ecc
...
@@ -26,7 +26,7 @@ export enum NodeType {
...
@@ -26,7 +26,7 @@ export enum NodeType {
/**
/**
* 延迟器节点
* 延迟器节点
*/
*/
DELAY_TIMER_NODE
=
1
3
,
DELAY_TIMER_NODE
=
1
4
,
/**
/**
* 条件节点
* 条件节点
...
@@ -602,5 +602,5 @@ export enum DelayTypeEnum {
...
@@ -602,5 +602,5 @@ export enum DelayTypeEnum {
}
}
export
const
DELAY_TYPE
=
[
export
const
DELAY_TYPE
=
[
{
label
:
'固定时长'
,
value
:
DelayTypeEnum
.
FIXED_TIME_DURATION
},
{
label
:
'固定时长'
,
value
:
DelayTypeEnum
.
FIXED_TIME_DURATION
},
{
label
:
'固定日期
时间
'
,
value
:
DelayTypeEnum
.
FIXED_DATE_TIME
}
{
label
:
'固定日期'
,
value
:
DelayTypeEnum
.
FIXED_DATE_TIME
}
]
]
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