新增状态
This commit is contained in:
parent
70a87c2b28
commit
3f7a8fb95f
@ -31,6 +31,7 @@ class ProjectTask extends Model
|
||||
self::THREE => '已完成',
|
||||
self::FOUR => '已拒绝',
|
||||
self::FIVE => '已关闭',
|
||||
self::SIX => '提交审核',
|
||||
];
|
||||
|
||||
public static $Type = [
|
||||
|
@ -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': '需求' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user