Browse Source

项目状态调整

kely 7 months ago
parent
commit
1a710d93d2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Models/Enums/ProjectStatus.php

+ 1 - 1
app/Models/Enums/ProjectStatus.php

@@ -8,7 +8,7 @@ enum ProjectStatus: string
 
 
     case WAIT = 'wait'; //未开始
     case WAIT = 'wait'; //未开始
 
 
-    case DELAY = "delay"; /
+    case DELAY = "delay"; //延期
 
 
     case DOING = 'doing'; //进行中
     case DOING = 'doing'; //进行中