diff --git a/AES-front/src/api/admin.js b/AES-front/src/api/admin.js
index 3c3de98..79b50b1 100644
--- a/AES-front/src/api/admin.js
+++ b/AES-front/src/api/admin.js
@@ -103,4 +103,5 @@ export default {
reviewProblem:(data)=>request.post('/problem/reviewProblem',data),
redoReport:(data)=>request.post('/problem/redoReport',data),
findNextReport:(data)=>request.post('/problem/findNextReport',data),
+ findSimilardocs:(data)=>request.post('/problem/findSimilardocs',data),
}
diff --git a/AES-front/src/views/admin/course/view-classes-not-in-course.vue b/AES-front/src/views/admin/course/view-classes-not-in-course.vue
index 74e057f..0ccdf53 100644
--- a/AES-front/src/views/admin/course/view-classes-not-in-course.vue
+++ b/AES-front/src/views/admin/course/view-classes-not-in-course.vue
@@ -37,14 +37,14 @@
>
查询
-
- 其它学校班级
-
+
+
+
+
+
+
+
+
diff --git a/AES-front/src/views/admin/problem/components/problem-student-action.vue b/AES-front/src/views/admin/problem/components/problem-student-action.vue
index f4f250c..5e700b4 100644
--- a/AES-front/src/views/admin/problem/components/problem-student-action.vue
+++ b/AES-front/src/views/admin/problem/components/problem-student-action.vue
@@ -8,9 +8,16 @@
+ 50px;margin-left:15px
+ ;padding: 0 0">
打回
+
+ 查看相似文章
+
@@ -34,7 +41,7 @@