wugg 7 months ago
parent
commit
d5f931648b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/bug/model/Note.php

+ 1 - 1
app/bug/model/Note.php

@@ -26,7 +26,7 @@ class Note extends Base
     ];
     protected $createTime="addtime";
     protected $updateTime="updatetime";
-    public static $statusCn=["待分配","进行中","待测试","测试中","已关闭","已拒绝","延后处理","未关闭"];
+    public static $statusCn=["待分配","进行中","待测试","测试中","已拒绝","已关闭","延后处理","未关闭"];
     public static $typeCn=["缺陷(Bug)","任务(Task)","需求(Story)"];