From 3e4ba3639b1cdbdcd79d503da0866f7a4f43a190 Mon Sep 17 00:00:00 2001 From: "BOE\\10773509" Date: Wed, 29 Mar 2023 10:53:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E8=B7=AF=E5=BE=84=E5=9B=BE?= =?UTF-8?q?=E3=80=81=E6=A1=88=E4=BE=8B=E9=A1=B5=E9=9D=A2=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/indexOvervoew.js | 4 + src/api/indexWay.js | 6 + src/views/report/Caseess.vue | 183 ++++++++++----- src/views/report/Learningpathmap.vue | 329 ++++++++++++++++++++++----- 4 files changed, 414 insertions(+), 108 deletions(-) create mode 100644 src/api/indexWay.js diff --git a/src/api/indexOvervoew.js b/src/api/indexOvervoew.js index ece498a5..9508ea7e 100644 --- a/src/api/indexOvervoew.js +++ b/src/api/indexOvervoew.js @@ -23,3 +23,7 @@ export const boeuProjectPageList = (obj) => http.post('/boeu/project/pageList', export const boeuStudyDataPageList = (obj) => http.post('/boeu/studyData/pageList', obj) // 概览页面 tab头数据 export const boeuAllTotal = (obj) => http.get('/boeu/all/total', obj) +// 路径图列表 +export const boeuRouterPlatePageList = (obj) => http.post('/boeu/routerPlate/pageList', obj) +// 案例列表 +export const boeuCasePlatePageList = (obj) => http.post('/boeu/case/pageList', obj) diff --git a/src/api/indexWay.js b/src/api/indexWay.js new file mode 100644 index 00000000..5785975e --- /dev/null +++ b/src/api/indexWay.js @@ -0,0 +1,6 @@ +import http from "./configz"; +import https from './confign' +// 请求组织接口 +export const userGetUserOrg = (obj) => https.post('/user/getUserOrg', obj) +// 路径图列表 +export const boeuRouterPlatePageList = (obj) => http.post('/boeu/routerPlate/pageList', obj) \ No newline at end of file diff --git a/src/views/report/Caseess.vue b/src/views/report/Caseess.vue index bc403879..e1ca145b 100644 --- a/src/views/report/Caseess.vue +++ b/src/views/report/Caseess.vue @@ -9,6 +9,7 @@ placeholder="请输入案例名称" allowClear showSearch + v-model:value="title" > @@ -18,23 +19,16 @@ placeholder="请输入作者名称" allowClear showSearch + v-model:value="author" > -
- -
-
+
搜索
-
+
重置
@@ -42,7 +36,7 @@
-
+
导出
@@ -50,11 +44,16 @@
@@ -76,116 +75,196 @@