We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbc5e2 commit 98774ecCopy full SHA for 98774ec
src/assets/svgs/bpm/delay.svg
src/components/SimpleProcessDesignerV2/src/consts.ts
@@ -26,7 +26,7 @@ export enum NodeType {
26
/**
27
* 延迟器节点
28
*/
29
- DELAY_TIMER_NODE = 13,
+ DELAY_TIMER_NODE = 14,
30
31
32
* 条件节点
@@ -602,5 +602,5 @@ export enum DelayTypeEnum {
602
}
603
export const DELAY_TYPE = [
604
{ label: '固定时长', value: DelayTypeEnum.FIXED_TIME_DURATION },
605
- { label: '固定日期时间', value: DelayTypeEnum.FIXED_DATE_TIME }
+ { label: '固定日期', value: DelayTypeEnum.FIXED_DATE_TIME }
606
]
0 commit comments