From c53b0185969151fb6af4918323ac371a39c3e339 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 2 Jun 2023 20:49:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E7=AD=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 15 +- src/api/index.js | 3 + src/components/TestPanel.vue | 239 +++++---- src/components/codemirror.vue | 295 +++++----- src/config/index.js | 6 +- src/views/Data.vue | 977 +++++++++++++++++++--------------- src/views/Home.vue | 49 +- 7 files changed, 911 insertions(+), 673 deletions(-) diff --git a/public/index.html b/public/index.html index 4123528..f9e4405 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,20 @@ - - - - + + + + + <%= htmlWebpackPlugin.options.title %>
diff --git a/src/api/index.js b/src/api/index.js index 3349918..6d075fa 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -21,6 +21,7 @@ export default { getDetailById: 'occupationlab/occupationlab/assessment/getDetailById', pageStuAssessment: 'occupationlab/occupationlab/assessment/pageStuAssessment', modelClassList: `nakadai/nakadai/model/reference/modelClassList`, + studentModelList: `nakadai/nakadai/model/student/studentModelList`, referenceDemoList: `nakadai/nakadai/model/reference/demo/referenceDemoList`, referenceFindById: `nakadai/nakadai/model/reference/demo/findById`, checkIsShowBySystemId: `nakadai/nakadai/model/reference/checkIsShowBySystemId`, @@ -34,4 +35,6 @@ export default { exportLabReport: `occupationlab/occupationlab/achievement/exportLabReport`, reportDetail: `occupationlab/occupationlab/achievement/reportDetail`, getCompetition: `competition/competition/management/getCompetition`, + whetherCanPaste: `nakadai/nakadai/model/demo/whetherCanPaste`, + displayListOrNotByStudent: `nakadai/nakadai/model/demo/displayListOrNotByStudent`, } \ No newline at end of file diff --git a/src/components/TestPanel.vue b/src/components/TestPanel.vue index 3144fb7..3717328 100644 --- a/src/components/TestPanel.vue +++ b/src/components/TestPanel.vue @@ -1,29 +1,30 @@