Sfoglia il codice sorgente

项目状态调整

kely 7 mesi fa
parent
commit
1a710d93d2
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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'; //进行中