From 3f7a8fb95f23658de2f9cf02e8e7a869750a4276 Mon Sep 17 00:00:00 2001 From: liu <1873441552@qq.com> Date: Wed, 13 Mar 2024 17:23:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/project/model/ProjectTask.php | 1 + app/project/view/task/view.html | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/project/model/ProjectTask.php b/app/project/model/ProjectTask.php index 5c502b0..9f67648 100644 --- a/app/project/model/ProjectTask.php +++ b/app/project/model/ProjectTask.php @@ -31,6 +31,7 @@ class ProjectTask extends Model self::THREE => '已完成', self::FOUR => '已拒绝', self::FIVE => '已关闭', + self::SIX => '提交审核', ]; public static $Type = [ diff --git a/app/project/view/task/view.html b/app/project/view/task/view.html index cda6189..c005e0f 100644 --- a/app/project/view/task/view.html +++ b/app/project/view/task/view.html @@ -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': '需求' },