From f8ea57c62a89cd8a63119473a7ab178d86aa758a Mon Sep 17 00:00:00 2001 From: "mx00085@163.com" Date: Fri, 3 Mar 2023 09:05:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AF=BE=E7=A8=8B=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexOvervoew.js | 3 --- src/views/report/Overvoew.vue | 9 +++++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/api/indexOvervoew.js b/src/api/indexOvervoew.js index e638f734..ece498a5 100644 --- a/src/api/indexOvervoew.js +++ b/src/api/indexOvervoew.js @@ -5,7 +5,6 @@ import https from './confign' //概览页面考试列表请求接口 export const boeuExamPageList = (obj) => http.post('/boeu/exam/pageList', obj) - //概览页面案例列表请求接口 export const boeuCasePageList = (obj) => http.post('/boeu/case/pageList', obj) // 请求组织接口 @@ -20,9 +19,7 @@ export const boeuTeachingPageList = (obj) => http.post('/boeu/teaching/pageList' export const boeuRoterPageList = (obj) => http.post('/boeu/router/pageList', obj) // 项目列表 export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', obj) - // 学习数据列表 export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj) - // 概览页面 tab头数据 export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj) diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue index 2f64553e..38fe192b 100644 --- a/src/views/report/Overvoew.vue +++ b/src/views/report/Overvoew.vue @@ -1036,6 +1036,15 @@ export default { align: "center", fixed: "left", }, + { + title: "分类", + dataIndex: "type", + ellipsis: true, + key: "type", + width: 120, + align: "center", + fixed: "left", + }, { title: "授课教师", dataIndex: "teacher",