diff --git a/src/api/index1.js b/src/api/index1.js index ae145812..8fb4412b 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -184,6 +184,7 @@ export const attendanceLeave = (obj) => http.post('/stu/task/attendance/leave', export const batchFinishTask = (obj) => http.post('/admin/student/batchFinishTask', obj) //批量更新学员状态 export const batchUpdateStatus = (obj) => http.post('/admin/student/batchUpdateStatus', obj) +export const auditStudentBatch = (obj) => http.post('/admin/student/auditStudentBatch', obj) // //面授课批量导入成绩 export const batchImportScore = (obj) => http.post('/admin/student/importHomeWork', obj, { diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 8a3bd172..7c4f9bc5 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -149,11 +149,13 @@
^
+ >^ +
^
+ >^ +
批量结业
-
+
批量通过
-
+
批量拒绝
@@ -220,14 +222,14 @@ 通过 拒绝