diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index 4c5abd66..f71fb988 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,26 +33,26 @@
项目名称
分类
@@ -63,36 +63,36 @@
封面图
{ return triggerNode.parentNode || document.body; } " - v-model:value="picUrlName" - dropdownClassName="dropdown-style" - style="width: 440px" - placeholder="请选择" - :options="projectPic" - @change="handleChangeSelect" - allowClear + v-model:value="picUrlName" + dropdownClassName="dropdown-style" + style="width: 440px" + placeholder="请选择" + :options="projectPic" + @change="handleChangeSelect" + allowClear > avatar
@@ -104,55 +104,55 @@
项目时间
项目经理
资源归属
@@ -162,12 +162,12 @@
@@ -177,16 +177,16 @@
同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)
是否BOEU实施
@@ -248,8 +248,8 @@ :disabled="viewDetail ? true : false" > --> @@ -262,19 +262,19 @@
模版
{ return triggerNode.parentNode || document.body; } " - v-model:value="classifySelect5" - placeholder="请选择模版" - :size="size" - style="width: 100%" - :options="classifyList5" - @change="classificationChange5" - @popupScroll="templateScroll" - :fieldNames="{ + v-model:value="classifySelect5" + placeholder="请选择模版" + :size="size" + style="width: 100%" + :options="classifyList5" + @change="classificationChange5" + @popupScroll="templateScroll" + :fieldNames="{ label: 'name', value: 'projectTemplateId', }" @@ -287,7 +287,7 @@