mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-08 18:36:46 +08:00
Merge branch 'report-master'
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -436,7 +436,7 @@ export default {
|
||||
token: Cookies.get("token"),
|
||||
},
|
||||
}).then((res) => {
|
||||
downLoad(res.data, "考试详细数据.xlsx");
|
||||
downLoad(res.data, "考试详细信息.xlsx");
|
||||
});
|
||||
};
|
||||
//table 分页事件
|
||||
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user