From 9a22f3d54712b14a9019e8d50d2438ba4b103277 Mon Sep 17 00:00:00 2001 From: lixg Date: Thu, 8 Dec 2022 16:00:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E5=8D=95=E5=B1=82?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=88=9B=E5=BB=BA=E5=8F=8A=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E6=88=90=E5=8A=9F=E5=90=8E=E7=9A=84=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/config.js | 4 +- src/views/projectcenter/ProjectAdd.vue | 269 +++++++++++++------------ 2 files changed, 144 insertions(+), 129 deletions(-) diff --git a/src/api/config.js b/src/api/config.js index ad08a305..573241e8 100644 --- a/src/api/config.js +++ b/src/api/config.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-21 14:32:52 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-12-08 08:48:26 + * @LastEditTime: 2022-12-08 15:47:05 * @FilePath: /fe-manage/src/api/config.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -56,7 +56,7 @@ http.interceptors.response.use( return response; } else { if (code === 1000) { - window.open("https://u-pre.boe.com/web/", '_self'); + // window.open("https://u-pre.boe.com/web/", '_self'); // window.open("http://111.231.196.214:12013/manage/login", '_self'); } console.log("api %o", msg); diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index b474e1b1..7f1f2918 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 @@
项目名称
分类
@@ -61,92 +61,97 @@
-
+
封面图
-
+
avatar
- - 高宽比为16:9 (如:800*450) png或jpg图片 - + + 高宽比为16:9 (如:800*450) png或jpg图片 +
项目时间
项目经理
资源归属
@@ -156,12 +161,12 @@
@@ -171,16 +176,16 @@
同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)同步课程学习记录(如学员在课程库中拥有课程的学习记录,自动免修该课程)
是否BOEU实施
@@ -242,8 +247,8 @@ :disabled="viewDetail ? true : false" > --> @@ -256,19 +261,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', }" @@ -281,7 +286,7 @@