From 1cdc56b10140f6d8134354f6047b284651897a04 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Mon, 18 Sep 2023 15:20:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AF=BC=E5=87=BA=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Examination.vue | 6 +++--- src/views/report/Learningpathmap.vue | 10 +++++----- src/views/report/ReportExamination.vue | 2 +- src/views/report/ReportProject.vue | 16 ++++++++-------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/views/report/Examination.vue b/src/views/report/Examination.vue index f0dac1fe..93c4cc36 100644 --- a/src/views/report/Examination.vue +++ b/src/views/report/Examination.vue @@ -155,7 +155,7 @@ export default { }, }).then( (res) => { - downLoad(res.data, "考试.xlsx"); + downLoad(res.data, "考试列表信息.xlsx"); }, (err) => { message.error(err); @@ -403,7 +403,7 @@ export default { }, }).then( (res) => { - downLoad(res.data, "考试详情.xlsx"); + downLoad(res.data, "考试详细信息.xlsx"); }, (err) => { message.error(err); @@ -427,7 +427,7 @@ export default { }, }).then( (res) => { - downLoad(res.data, "考试详情.xlsx"); + downLoad(res.data, "考试详细信息.xlsx"); }, (err) => { message.error(err); diff --git a/src/views/report/Learningpathmap.vue b/src/views/report/Learningpathmap.vue index 71ef40fe..e403d7a1 100644 --- a/src/views/report/Learningpathmap.vue +++ b/src/views/report/Learningpathmap.vue @@ -375,7 +375,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "历史学习数据.xlsx"); + downLoad(res.data, "路径图历史学习数据.xlsx"); }); }; // 导出当前数据 @@ -389,7 +389,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "当前学习数据.xlsx"); + downLoad(res.data, "路径图当前学习数据.xlsx"); }); }; //table 分页事件 @@ -445,7 +445,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "详细信息.xlsx"); + downLoad(res.data, "学习路径图详细信息.xlsx"); }), (err) => { message.error(err); @@ -468,7 +468,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "详细信息.xlsx"); + downLoad(res.data, "学习路径图详细信息.xlsx"); }), (err) => { message.error(err); @@ -487,7 +487,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "学习路径图信息.xlsx"); + downLoad(res.data, "学习路径图列表信息.xlsx"); }), (err) => { message.error(err); diff --git a/src/views/report/ReportExamination.vue b/src/views/report/ReportExamination.vue index d2ece006..f739c3d6 100644 --- a/src/views/report/ReportExamination.vue +++ b/src/views/report/ReportExamination.vue @@ -436,7 +436,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "考试详细数据.xlsx"); + downLoad(res.data, "考试详细信息.xlsx"); }); }; //table 分页事件 diff --git a/src/views/report/ReportProject.vue b/src/views/report/ReportProject.vue index 2f198864..381e8588 100644 --- a/src/views/report/ReportProject.vue +++ b/src/views/report/ReportProject.vue @@ -220,7 +220,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "项目.xlsx"); + downLoad(res.data, "项目列表.xlsx"); }); } else { const params = {}; @@ -452,18 +452,18 @@ export default { align: "center", }, { - title: "学习人数", - dataIndex: "startLearnerTotal", + title: "总人数", + dataIndex: "participantsTotal", ellipsis: true, - key: "startLearnerTotal", + key: "participantsTotal", width: 120, align: "center", }, { - title: "参与人数", - dataIndex: "participantsTotal", + title: "学习人数", + dataIndex: "startLearnerTotal", ellipsis: true, - key: "participantsTotal", + key: "startLearnerTotal", width: 120, align: "center", }, @@ -553,7 +553,7 @@ export default { token: Cookies.get("token"), }, }).then((res) => { - downLoad(res.data, "项目详情.xlsx"); + downLoad(res.data, "项目学习记录.xlsx"); }); }; onMounted(() => {