diff --git a/src/api/indexProjStu.js b/src/api/indexProjStu.js index b28fa230..8d9ddff3 100644 --- a/src/api/indexProjStu.js +++ b/src/api/indexProjStu.js @@ -13,4 +13,7 @@ export const getGroupList = (obj) => http.post('/admin/project/groupList', obj) export const deleteGroup = (obj) => http.delete('/admin/project/deleteGroup', { params: obj }) //新增或编辑小组 -export const editGroup = (obj) => http.post('/admin/project/editGroup', obj) \ No newline at end of file +export const editGroup = (obj) => http.post('/admin/project/editGroup', obj) + +//查看学员 +export const studentProcess = (obj) => http.get('/admin/project/studentProcess', { params: obj }) \ No newline at end of file diff --git a/src/components/drawers/SeeStu.vue b/src/components/drawers/SeeStu.vue index ab8a693e..e55199b7 100644 --- a/src/components/drawers/SeeStu.vue +++ b/src/components/drawers/SeeStu.vue @@ -21,8 +21,8 @@
-
王明
-
产研部门 - 产品经理
+
{{ userName }}
+
{{ deptName }} - {{ jobName }}
进度排名
@@ -42,8 +42,8 @@
完成必修
- 3 - /10 + {{ currentReqCnt }} + /{{ totalReqCnt }}
已修证书
- 1 + {{ certCnt }}
-
产品经理管理 - 腾飞班1
+
{{ name }}
说明
@@ -82,13 +82,13 @@
@@ -119,6 +119,8 @@ ? require('../../assets/images/leveladd/diao.png') : item.course === '投票' ? require('../../assets/images/leveladd/tou.png') + : item.course === '评估' + ? require('../../assets/images/leveladd/diao.png') : null " /> @@ -154,6 +156,7 @@