diff --git a/src/components/NavLeft.vue b/src/components/NavLeft.vue index a722c841..fc63f253 100644 --- a/src/components/NavLeft.vue +++ b/src/components/NavLeft.vue @@ -153,8 +153,8 @@ 课件管理 - - + + + + + + + + + + - - + --> + - + 系统管理 --> + +
课程 - - + +
diff --git a/src/components/drawers/AddFaceteach.vue b/src/components/drawers/AddFaceteach.vue index f5ab138d..a493a50b 100644 --- a/src/components/drawers/AddFaceteach.vue +++ b/src/components/drawers/AddFaceteach.vue @@ -36,7 +36,7 @@
diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index 87bcaea2..aa2a0be6 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,114 +33,117 @@
项目名称
封面图
-
+
- avatar + border-radius: 5px; + cursor: pointer; + position: relative; + overflow: hidden; + " + v-for="(src, index) in projectPic" + :key="index" + @click="() => (projectInfo.picUrl = src.value)" + > + avatar
项目时间
项目经理
资源归属
项目级别
@@ -151,8 +154,8 @@
培训分类
@@ -163,15 +166,15 @@
是否BOEU实施
@@ -184,16 +187,16 @@
同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)
@@ -203,12 +206,12 @@
@@ -218,18 +221,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', }" @@ -242,29 +245,37 @@