新增状态

This commit is contained in:
liu 2024-03-13 17:23:55 +08:00
parent 70a87c2b28
commit 3f7a8fb95f
2 changed files with 3 additions and 1 deletions

View File

@ -31,6 +31,7 @@ class ProjectTask extends Model
self::THREE => '已完成',
self::FOUR => '已拒绝',
self::FIVE => '已关闭',
self::SIX => '提交审核',
];
public static $Type = [

View File

@ -190,7 +190,8 @@
{ 'id': 2, 'title': '进行中' },
{ 'id': 3, 'title': '已完成' },
{ 'id': 4, 'title': '不解决' },
{ 'id': 5, 'title': '已关闭' }
{ 'id': 5, 'title': '已关闭' },
{ 'id': 6, 'title': '提交审核' },
],
type: [
{ 'id': 1, 'title': '需求' },