瀏覽代碼

项目状态调整

kely 7 月之前
父節點
當前提交
1a710d93d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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'; //进行中