Merge branch 'report-master'

This commit is contained in:
BOE\10867418
2023-09-18 15:20:42 +08:00
4 changed files with 17 additions and 17 deletions

View File

@@ -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);

View File

@@ -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);

View File

@@ -436,7 +436,7 @@ export default {
token: Cookies.get("token"),
},
}).then((res) => {
downLoad(res.data, "考试详细数据.xlsx");
downLoad(res.data, "考试详细信息.xlsx");
});
};
//table 分页事件

View File

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