From 3fa240bb5bc26910ff629c829ef9fc6713c4db50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=86=99=E4=B8=9C?= <2195178163@qq.com> Date: Tue, 15 Nov 2022 10:04:51 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=85=B3=E5=8D=A1=E4=B8=8B=E5=AD=A6?= =?UTF-8?q?=E5=91=98=E8=8E=B7=E5=8F=96=EF=BC=8C=E5=88=A0=E9=99=A4=EF=BC=8C?= =?UTF-8?q?=E8=BF=9B=E5=BA=A6=E5=9B=BE=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index1.js | 3 +- src/components/drawers/CheckStu.vue | 147 ++++++++++++----------- src/views/learningpath/LevelAdd.vue | 173 +++++++++++----------------- 3 files changed, 144 insertions(+), 179 deletions(-) diff --git a/src/api/index1.js b/src/api/index1.js index abe4699f..b8f120f7 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -72,7 +72,8 @@ export const getRouterDetail = (routerId) => http.get('/admin/router/detail', { export const addStudent = (obj) => http.post('/admin/router/addStudent', obj); //删除学员 export const delStudent = (obj) => http.post('/admin/router/deleteStudent', obj); - +// 获取学员路径图进度明细 +export const stuProgress = (obj) => http.post('/admin/router/studentProcess', obj); //项目基础信息----------------------------------- diff --git a/src/components/drawers/CheckStu.vue b/src/components/drawers/CheckStu.vue index 0b32c086..25585065 100644 --- a/src/components/drawers/CheckStu.vue +++ b/src/components/drawers/CheckStu.vue @@ -21,14 +21,14 @@
-
王明
-
产研部门 - 产品经理
+
{{pro.userInfoBo.userName}}
+
{{pro.userInfoBo.deptName+'-'+pro.userInfoBo.jobName}}
进度排名
- 2 - /10 + {{pro.currentChapterCnt}} + /{{pro.totalChapterCnt}}
完成必修
- 3 - /10 + {{pro.currentReqCnt}} + /{{pro.totalReqCnt}}
已修证书
- 1 + {{pro.certCnt}}
@@ -68,8 +68,10 @@
-
-
+
+
-
阶段1 腾飞班阶段1
+
关卡{{index}} {{item.chapterName}}
+
-
+
-
在线
-
如何成为一个产品经理
+
{{checkType(_item.type)}}
+
{{_item.name}}
-
已完成
-
-
-
-
-
-
直播
-
管理者播课
-
-
-
- -
-
已完成
-
-
-
-
-
-
面授
-
管理面授课
-
-
-
- -
-
未完成
-
-
-
-
-
-
活动
-
管理者活动
-
-
-
- -
-
未完成
-
-
-
-
-
-
作业
-
管理者作业
-
-
-
- -
-
未完成
+
{{checkStatus(_item.status)}}
-
-
-
- -
-
阶段2 腾飞班阶段2
-
-
+
@@ -169,6 +113,8 @@