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(() => {