Explorar o código

项目状态调整

kely hai 7 meses
pai
achega
1a710d93d2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 DELAY = "delay"; /
+    case DELAY = "delay"; //延期
 
     case DOING = 'doing'; //进行中