From 2891bc305f94c33ca76b958282f2c4d732fe4463 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 5 Dec 2022 20:42:07 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E5=88=9B=E5=BB=BA=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/ProjectManage.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/projectcenter/ProjectManage.vue b/src/views/projectcenter/ProjectManage.vue index 429e7ef0..9afef1f4 100644 --- a/src/views/projectcenter/ProjectManage.vue +++ b/src/views/projectcenter/ProjectManage.vue @@ -377,7 +377,7 @@
- 单层项目 + 单层{{projectInfo.parentId?'子':''}}项目
不包含子项目,直接填写项目基础信息后创建任务 @@ -402,10 +402,10 @@
- 多层项目 + 多层{{projectInfo.parentId?'子':''}}项目
- 包含子项目,分为多层子项目和单层子项目,多层子项目可创建班级,通过班级填写基础信息并创建任务 + {{projectInfo.parentId?'可创建班级,通过班级填写基础信息并创建任务':'包含子项目,分为多层子项目和单层子项目,多层子项目可创建班级,通过班级填写基础信息并创建任务'}}