diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index 98d1cdd1..df829a1c 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -3,15 +3,14 @@
{{ - projectInfo.id ? "编辑" : "创建" + >{{ projectInfo.id ? "编辑" : "创建" }}{{ ptojectType == "3" ? "班级" : "项目" }}
返回
@@ -21,8 +20,8 @@
项目归属
@@ -35,8 +34,8 @@
{{ ptojectType == 3 ? "班级名称" : "项目名称" }} @@ -44,27 +43,27 @@
-
封面图2
+
封面图
avatar
- 查看更多 + 查看更多 +
项目时间
项目经理
资源归属
项目级别
@@ -190,8 +190,8 @@
培训分类
@@ -202,15 +202,15 @@
是否BOEU实施
@@ -225,7 +225,7 @@
@@ -280,13 +280,15 @@
模版
triggerNode.parentNode || document.body + " + placeholder="请选择模版" + style="width: 100%" + :options="classifyList5" + @change="classificationChange5" + @popupScroll="templateScroll" + :fieldNames="{ label: 'name', value: 'id', }" @@ -300,24 +302,24 @@
取消 确定 + :loading="loading" + v-on:click="createProject" + type="primary" + class="btn1" + style="margin-left: 20px" + >确定
@@ -331,18 +333,18 @@ class="learnBgItem" > -->
+ @click="chooseImg2(item)" + v-for="item in projectPic" + :key="item.code" + class="learnBgItem" + :style="{ + border: + projectInfo.picUrl === item.value + ? '3px solid rgba(78, 166, 255, 1)' + : '1px solid #ccc', + 'background-image': 'url(' + item.value.split(',')[0] + ')', + }" + >
@@ -355,20 +357,20 @@