From 22b28ebd053a9b8357019cd12d390d71644d09d8 Mon Sep 17 00:00:00 2001 From: "YOHO\\20373" <2037305722@qq.com> Date: Mon, 5 May 2025 21:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=96=B0=E5=A2=9E=E3=80=91=E8=AF=95?= =?UTF-8?q?=E5=8D=B7=E5=8F=82=E6=95=B0=EF=BC=8C=E3=80=90=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E3=80=91=E7=9B=91=E6=8E=A7=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/monitor/index.ts | 11 + src/views/monitor/monitor/index.vue | 211 ++++++++++++++---- .../exam/components/steps/step3/index.vue | 77 ++++++- .../ai/components/steps/step3/index.vue | 77 ++++++- .../components/steps/step3/index.vue | 77 ++++++- .../module/components/steps/step3/index.vue | 77 ++++++- .../random/components/steps/step3/index.vue | 77 ++++++- .../sprint/components/steps/step3/index.vue | 77 ++++++- .../trans/components/steps/step3/index.vue | 73 +++++- .../steps/step4/components/step-edit.vue | 15 +- src/views/task/trans/index.vue | 2 +- 11 files changed, 662 insertions(+), 112 deletions(-) diff --git a/src/api/monitor/index.ts b/src/api/monitor/index.ts index 0d1184a..f70dea5 100644 --- a/src/api/monitor/index.ts +++ b/src/api/monitor/index.ts @@ -45,4 +45,15 @@ export const MonitorApi = { exportMonitor: async (params) => { return await request.download({ url: `/exam/monitor/export-excel`, params }) }, + + + getPaperTaskList: async (id: string) => { + return await request.get({ url: `/exam/monitor/getPaperTaskList?id=` + id }) + }, + + + updateMonitorStatus:async( data)=>{ + return await request.post({ url: `/exam/monitor/updateMonitorStatus` , data }) + } + } diff --git a/src/views/monitor/monitor/index.vue b/src/views/monitor/monitor/index.vue index ac40647..be0c31c 100644 --- a/src/views/monitor/monitor/index.vue +++ b/src/views/monitor/monitor/index.vue @@ -1,4 +1,24 @@ - +