From 6909dedb987f65ebd30084947bd32c5d59da6f0d Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Wed, 14 Dec 2022 17:03:28 +0800 Subject: [PATCH 01/12] -- bug --- src/components/project/ProjectLevel.vue | 2 +- src/views/projectcenter/SonProject.vue | 1119 +++++------------------ src/views/projectcenter/templateAdd.vue | 1 - 3 files changed, 234 insertions(+), 888 deletions(-) diff --git a/src/components/project/ProjectLevel.vue b/src/components/project/ProjectLevel.vue index ad6d4b9c..975c58f0 100644 --- a/src/components/project/ProjectLevel.vue +++ b/src/components/project/ProjectLevel.vue @@ -19,7 +19,7 @@ diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index d34bef73..a27b84b0 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -3,13 +3,13 @@
{{ projectInfo.parentId ? "编辑" : "创建" }}项目{{ projectInfo.parentId ? "编辑" : "创建" }}项目
返回
@@ -19,8 +19,8 @@
项目归属
@@ -33,29 +33,36 @@
-
项目名称
+
+ {{ ptojectType == 3 ? "班级名称" : "项目名称" }} +
- +
封面图
avatar
@@ -83,63 +90,63 @@
项目时间
项目经理
资源归属
项目级别
@@ -150,8 +157,8 @@
培训分类
@@ -162,15 +169,15 @@
是否BOEU实施
@@ -183,16 +190,16 @@
同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)
@@ -202,12 +209,12 @@
@@ -217,7 +224,7 @@
审核意见
- {{auditDescription}} + {{ auditDescription }}
@@ -226,18 +233,18 @@
模版
{ return triggerNode.parentNode || document.body; } " - placeholder="请选择模版" - :size="size" - style="width: 100%" - :options="classifyList5" - @change="classificationChange5" - @popupScroll="templateScroll" - :fieldNames="{ + placeholder="请选择模版" + :size="size" + style="width: 100%" + :options="classifyList5" + @change="classificationChange5" + @popupScroll="templateScroll" + :fieldNames="{ label: 'name', value: 'projectTemplateId', }" @@ -251,33 +258,32 @@
取消 确定 - + v-on:click="createProject" + type="primary" + class="btn1" + style="margin-left: 20px" + >确定 +