mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
学员导出学习信息,暂不可用
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user