From 2d3a95f1bdf657a0334ef410cd1c355563ed6fcd Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Fri, 17 Feb 2023 21:18:09 +0800 Subject: [PATCH] =?UTF-8?q?--fix=20=E5=A4=8D=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexCourse.js | 1 + src/views/courselibrary/CoursewareManage.vue | 1524 +++++++++--------- 2 files changed, 764 insertions(+), 761 deletions(-) diff --git a/src/api/indexCourse.js b/src/api/indexCourse.js index 15fd7983..f2200d74 100644 --- a/src/api/indexCourse.js +++ b/src/api/indexCourse.js @@ -32,6 +32,7 @@ export const edit = (obj) => http.post("/admin/offcourse/edit", obj); //7新建或编辑面授课开课 export const editPlan = (obj) => http.post("/admin/offcourse/editPlan", obj); export const copyCoursePlan = (params) => http.get("/admin/offcourse/copyCoursePlan", {params}); +export const copyCourse = (params) => http.get("/admin/offcourse/copyCourse", {params}); //8课程导出 export const exportP = (obj) => http.post("/admin/offcourse/export", obj); //9操作面授课(发布,撤回,删除,审核,停用) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 61648d90..6ce4945a 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -7,54 +7,54 @@
triggerNode.parentNode || document.body " - v-model:value="sysTypeId" - show-search - style="width: 200px" - :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" - placeholder="请选择内容分类" - allow-clear - tree-default-expand-all - :fieldNames="{ + v-model:value="sysTypeId" + show-search + style="width: 200px" + :dropdown-style="{ maxHeight: '400px', overflow: 'auto' }" + placeholder="请选择内容分类" + allow-clear + tree-default-expand-all + :fieldNames="{ children: 'children', label: 'name', value: 'code', }" - :tree-data="sysTypeOptions" + :tree-data="sysTypeOptions" >
@@ -62,11 +62,11 @@
创建时间:
@@ -83,9 +83,9 @@
导出
@@ -102,16 +102,16 @@
@@ -125,20 +125,20 @@
课程名称:
@@ -158,8 +158,8 @@
@@ -167,15 +167,15 @@
@@ -183,8 +183,8 @@
@@ -192,14 +192,14 @@
- 1、课程名称统一不加书名号。
+ 1、课程名称统一不加书名号。
2、项目名称、属地等信息如需体现在课程名称中,请放在课程名称信息 之后,如“时间管理(GROW180项目)”或“时间管理(B*)”确保首先 - 看到的是课程内容主题。
+ 看到的是课程内容主题。
3、同一课程如先后有多个版本,原则上仅开放最新版本,旧版本应停用 版本如必须以年份标明,请以“沟通技巧(2022年)”的方式呈现。
@@ -209,8 +209,8 @@
@@ -234,9 +234,9 @@
面授 @@ -251,8 +251,8 @@
@@ -262,18 +262,18 @@
@@ -297,9 +297,9 @@ @@ -307,32 +307,45 @@