diff --git a/src/api/uav/regiest.js b/src/api/uav/regiest.js index 113530f..0164770 100644 --- a/src/api/uav/regiest.js +++ b/src/api/uav/regiest.js @@ -16,6 +16,14 @@ export const auditStation = async (data) => { }) } +// 修改机构 +export const updateStation = async (data) => { + return await request.post({ + url: '/admin-api/applet/wrj/school/update', + data + }) +} + // 查询教员 export const searchTeacher = async (params) => { return await request.get({ @@ -27,7 +35,14 @@ export const searchTeacher = async (params) => { // 审核教员 export const auditTeacher = async (data) => { return await request.post({ - url: '/admin-api/applet/wrj/teacher/audit', + url: '/admin-api/applet/wrj/teacher/check', + data + }) +} +// 修改 +export const updateTeacher = async (data) => { + return await request.post({ + url: '/admin-api/applet/wrj/teacher/update', data }) } diff --git a/src/api/uav/testRoom.js b/src/api/uav/testRoom.js index 8f934e6..92af379 100644 --- a/src/api/uav/testRoom.js +++ b/src/api/uav/testRoom.js @@ -26,3 +26,11 @@ export const deleteTestroom = async (params) => { params }) } + +// 查询考试时间 +export const searchTesttime = async (params) => { + return await request.get({ + url: '/admin-api/applet/wrj/examPlace/queryDate', + params + }) +} diff --git a/src/views/ExamVenue/Calendar/index.vue b/src/views/ExamVenue/Calendar/index.vue index 28be179..3d239f6 100644 --- a/src/views/ExamVenue/Calendar/index.vue +++ b/src/views/ExamVenue/Calendar/index.vue @@ -9,13 +9,20 @@ - - - - +
+ + + + +
@@ -24,14 +31,44 @@ diff --git a/src/views/JoinUs/Coach/index.vue b/src/views/JoinUs/Coach/index.vue index 4d5bb51..7566824 100644 --- a/src/views/JoinUs/Coach/index.vue +++ b/src/views/JoinUs/Coach/index.vue @@ -24,30 +24,35 @@ - - - - + + + + + + @@ -60,22 +65,16 @@ /> - - - + + + - +
审核信息 - - + + 通过 不通过 - +
@@ -108,7 +107,10 @@ diff --git a/src/views/JoinUs/Station/index.vue b/src/views/JoinUs/Station/index.vue index 3ed12fb..08e4f7d 100644 --- a/src/views/JoinUs/Station/index.vue +++ b/src/views/JoinUs/Station/index.vue @@ -21,30 +21,35 @@ - - - - + + + + + + @@ -232,7 +237,7 @@