From 511f8cced3ed6b7d2471d983718b10cba1e6c5af Mon Sep 17 00:00:00 2001 From: lixg Date: Wed, 1 Feb 2023 17:31:29 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=A2=9E=E5=8A=A0=E9=9D=A2=E6=8E=88?= =?UTF-8?q?=E8=AF=BE=E6=88=90=E7=BB=A9=E5=BD=95=E5=85=A5=E7=BB=93=E4=B8=9A?= =?UTF-8?q?=E6=89=B9=E9=87=8F=E7=BB=93=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index1.js | 8 +- src/components/student/ChangeGroupModal.vue | 123 +++++++- src/components/student/TableStudent.vue | 5 +- src/views/courselibrary/CoursewareManage.vue | 299 +++++++++++++------ src/views/learningpath/LearningPath.vue | 80 ++--- src/views/learningpath/LevelAdd.vue | 1 - src/views/projectcenter/TaskPage.vue | 1 - 7 files changed, 386 insertions(+), 131 deletions(-) diff --git a/src/api/index1.js b/src/api/index1.js index eafae25e..1a2376f0 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-04 22:45:31 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-01-10 17:38:43 + * @LastEditTime: 2023-02-01 11:07:17 * @FilePath: /fe-manage/src/api/index1.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -78,7 +78,7 @@ export const delStudent = (obj) => http.post("/admin/router/deleteStudent", obj); // 获取学员路径图进度明细 -export const stuProgress = (params) => http.get('/admin/router/studentProcess', {params}); +export const stuProgress = (params) => http.get('/admin/router/studentProcess', { params }); // export const stuProgress = (obj) =>http.post("/admin/router/studentProcess", obj); //编辑学习路径基本信息 @@ -103,7 +103,7 @@ export const billboard = (obj) => http.post("/admin/project/billboard", obj); //公共信息--------------------------------------------------- // 获取字典信息 export const getDict = (obj) => http.post('/dict/getList', obj) -export const getDictTree = (params) => http.get('/dict/getTree', {params}) +export const getDictTree = (params) => http.get('/dict/getTree', { params }) //获取组织树一级列表 export const getOrgTree = (obj) => http.post('/admin/router/orgList', obj) //根据id获取组织树一级元素下所有子元素 @@ -190,4 +190,4 @@ export const getImportStatus = (uuid) => http.get('/admin/student/getImportStatu // 面授课导入学员 export const FaceTeachImportStudent = (obj) => http.post('/admin/student/importStudent', obj, { headers: { "Content-Type": "multipart/form-data" } }) //成绩录入 -export const updateStudent = (obj) => http.post('/admin/student/updateStudent', obj) \ No newline at end of file +export const updateStudent = (obj) => http.post('/admin/student/homeWorkScoreEntry', obj) \ No newline at end of file diff --git a/src/components/student/ChangeGroupModal.vue b/src/components/student/ChangeGroupModal.vue index b6802aeb..316ace72 100644 --- a/src/components/student/ChangeGroupModal.vue +++ b/src/components/student/ChangeGroupModal.vue @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-12-20 17:00:37 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2023-01-31 15:51:36 + * @LastEditTime: 2023-01-31 16:14:39 * @FilePath: /fe-manage/src/components/student/ChangeLevelModal.vue * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE --> @@ -92,3 +92,124 @@ const changeGroup = (item) => { console.log("换组", item); }; + + \ No newline at end of file diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 8899454d..90be6aa3 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -161,10 +161,9 @@
批量录入成绩
- - +
批量通过
diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index e92073ed..ebb360e6 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -316,37 +316,110 @@