Browse Source

Update enums.js

damon227 2 years ago
parent
commit
83cc7221b7
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/utils/enums.js

+ 2 - 1
src/utils/enums.js

@@ -23,5 +23,6 @@ export const nodeStateOPtion = [
     {label: '等待', value: '0'},
     {label: '未开始', value: '1'},
     {label: '进行中', value: '2'},
-    {label: '已完成', value: '3'}
+    {label: '已完成', value: '3'},
+    {label: '异常完成', value: '4'}
 ]