Skip to content

Commit 98774ec

Browse files
committed
【代码评审】工作流:延迟器的支持
1 parent 8bbc5e2 commit 98774ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/assets/svgs/bpm/delay.svg

Lines changed: 1 addition & 0 deletions
Loading

src/components/SimpleProcessDesignerV2/src/consts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export enum NodeType {
2626
/**
2727
* 延迟器节点
2828
*/
29-
DELAY_TIMER_NODE = 13,
29+
DELAY_TIMER_NODE = 14,
3030

3131
/**
3232
* 条件节点
@@ -602,5 +602,5 @@ export enum DelayTypeEnum {
602602
}
603603
export const DELAY_TYPE = [
604604
{ label: '固定时长', value: DelayTypeEnum.FIXED_TIME_DURATION },
605-
{ label: '固定日期时间', value: DelayTypeEnum.FIXED_DATE_TIME }
605+
{ label: '固定日期', value: DelayTypeEnum.FIXED_DATE_TIME }
606606
]

0 commit comments

Comments
 (0)