学员导出学习信息,暂不可用

This commit is contained in:
zhangsir
2024-07-29 09:37:24 +08:00
parent eb0b7510dd
commit 6a0e29c4c8

View File

@@ -91,6 +91,11 @@
导出
</a-button>
</a-col>
<a-col>
<a-button class="cus-btn" style="background: #4ea6ff; color: #fff; width: 150px" @click="exportStudy">
导出详细学习记录
</a-button>
</a-col>
</a-row>
<div style="margin-top: 20px">
<a-table
@@ -121,7 +126,7 @@ import dialog from "@/utils/dialog";
import {ONLINE_COURSE_DEL} from "@/api/ThirdApi";
import {useStore} from "vuex";
import {useAsyncStu, useResetRef} from "@/utils/useCommon";
import {downLoadZip} from "@/utils/zipdownload";
const props = defineProps({
permissions: {
type: String,
@@ -323,7 +328,9 @@ function reset() {
function exportStu() {
window.open(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudent?type=3&&thirdType=8&pid=${searchParams.value.pid}`);
}
function exportStudy() {
downLoadZip(`${process.env.VUE_APP_BASE_API}/admin/student/exportOnlineStudentDetail`,'暂不可用')
}
defineExpose({
searchStu,
loading,