diff --git a/src/api/exam/app/index.ts b/src/api/exam/app/index.ts
new file mode 100644
index 0000000..cec7952
--- /dev/null
+++ b/src/api/exam/app/index.ts
@@ -0,0 +1,19 @@
+import request from '@/config/axios'
+
+export interface AppVO {
+ appName: string // 名字
+ taskId: string // 状态
+}
+
+// 新增
+export const createAppCheck = async (data: any) => {
+ return await request.post({ url: '/exam/app/insertAppCheck', data: data })
+}
+// 查询
+export const getAppCheck = async (taskId: string) => {
+ return await request.get({ url: '/exam/app/getAppCheckList/' + taskId })
+}
+// 查询
+export const deleteAppCheck = async (id: string) => {
+ return await request.get({ url: '/exam/app/delete/' + id })
+}
\ No newline at end of file
diff --git a/src/views/task/exam/components/steps/step3/components/app-add.vue b/src/views/task/exam/components/steps/step3/components/app-add.vue
new file mode 100644
index 0000000..054f928
--- /dev/null
+++ b/src/views/task/exam/components/steps/step3/components/app-add.vue
@@ -0,0 +1,104 @@
+
+
+
+
+
diff --git a/src/views/task/exam/components/steps/step3/index.vue b/src/views/task/exam/components/steps/step3/index.vue
index bb4c75f..1ddfa82 100644
--- a/src/views/task/exam/components/steps/step3/index.vue
+++ b/src/views/task/exam/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -251,14 +251,6 @@
/>
分钟传一次
-
-
-
@@ -319,6 +311,7 @@
+
@@ -340,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
diff --git a/src/views/task/selftrans/ai/components/steps/step3/index.vue b/src/views/task/selftrans/ai/components/steps/step3/index.vue
index 1cdcce3..1ddfa82 100644
--- a/src/views/task/selftrans/ai/components/steps/step3/index.vue
+++ b/src/views/task/selftrans/ai/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -28,6 +28,43 @@
/>
+
+
+
+
+ 最高成绩
+ 最新成绩
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
-
-
-
-
-
- 最高成绩
- 最新成绩
-
-
-
-
-
-
-
-
-
+
@@ -132,20 +146,6 @@
/>
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -181,7 +219,6 @@
-
@@ -214,14 +251,6 @@
/>
分钟传一次
-
-
-
-
- 是
- 否
-
-
@@ -282,6 +311,21 @@
+
+
+
+
+
+
+
+
@@ -289,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
diff --git a/src/views/task/selftrans/collegeexam/components/steps/step3/index.vue b/src/views/task/selftrans/collegeexam/components/steps/step3/index.vue
index 51a3736..1ddfa82 100644
--- a/src/views/task/selftrans/collegeexam/components/steps/step3/index.vue
+++ b/src/views/task/selftrans/collegeexam/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -251,14 +251,6 @@
/>
分钟传一次
-
-
-
@@ -341,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
diff --git a/src/views/task/selftrans/module/components/steps/step3/index.vue b/src/views/task/selftrans/module/components/steps/step3/index.vue
index 51a3736..1ddfa82 100644
--- a/src/views/task/selftrans/module/components/steps/step3/index.vue
+++ b/src/views/task/selftrans/module/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -251,14 +251,6 @@
/>
分钟传一次
-
-
-
@@ -341,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
diff --git a/src/views/task/selftrans/random/components/steps/step3/index.vue b/src/views/task/selftrans/random/components/steps/step3/index.vue
index 51a3736..1ddfa82 100644
--- a/src/views/task/selftrans/random/components/steps/step3/index.vue
+++ b/src/views/task/selftrans/random/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -251,14 +251,6 @@
/>
分钟传一次
-
-
-
@@ -341,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
diff --git a/src/views/task/sprint/components/steps/step3/index.vue b/src/views/task/sprint/components/steps/step3/index.vue
index 51a3736..1ddfa82 100644
--- a/src/views/task/sprint/components/steps/step3/index.vue
+++ b/src/views/task/sprint/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -251,14 +251,6 @@
/>
分钟传一次
-
-
-
@@ -341,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
diff --git a/src/views/task/trans/components/steps/step3/index.vue b/src/views/task/trans/components/steps/step3/index.vue
index 4fac720..1ddfa82 100644
--- a/src/views/task/trans/components/steps/step3/index.vue
+++ b/src/views/task/trans/components/steps/step3/index.vue
@@ -1,7 +1,7 @@
-
+
@@ -333,13 +333,33 @@
+
+
+ 新增
+
+
+
+
+
+ 删除
+
+
+
+
+
+
+
-
\ No newline at end of file
+