From bf2e938bf4fc9cc736e62d3bdf8e62c53d4d6ab1 Mon Sep 17 00:00:00 2001 From: "mx00085@163.com" Date: Wed, 29 Mar 2023 16:29:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8A=A5=E8=A1=A8=E4=B8=89=E6=9C=9F?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexProject.js | 8 +- src/views/report/Curriculum.vue | 6 +- src/views/report/Examination.vue | 299 ++++++++++++++++------- src/views/report/Operational.vue | 271 +++++++++++++++++--- src/views/report/Project.vue | 3 +- src/views/report/Questionsandanswers.vue | 204 ++++++++++------ 6 files changed, 584 insertions(+), 207 deletions(-) diff --git a/src/api/indexProject.js b/src/api/indexProject.js index d324dedf..b4fed495 100644 --- a/src/api/indexProject.js +++ b/src/api/indexProject.js @@ -9,4 +9,10 @@ export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', // 文章列表 export const boeuArticlePageList = (obj) => http.post('/boeu/article/pageList', obj ) // 课程分页列表 -export const boeuCourseListPageV2 = (obj) => http.post('/boeu/course/List/page/v2', obj ) \ No newline at end of file +export const boeuCourseListPageV2 = (obj) => http.post('/boeu/course/List/page/v2', obj ) +// 考试列表分页 +export const boeuExamPageListV2 = (obj) => http.post('/boeu/exam/pageList/v2', obj ) +// 问答分页列表 +export const boeuQuestionPageList= (obj) => http.post('/boeu/question/pageList', obj ) +//柱状体左侧获取数据接口 +export const dataStatisticsSelectV1= (obj) => http.post('/data/statistics/select/v1', obj ) \ No newline at end of file diff --git a/src/views/report/Curriculum.vue b/src/views/report/Curriculum.vue index 7da6d2ab..8d921f65 100644 --- a/src/views/report/Curriculum.vue +++ b/src/views/report/Curriculum.vue @@ -102,11 +102,11 @@ : record.courseType }} -