修改教师端我的授课记录查询和导出

This commit is contained in:
sunhonglai
2025-04-29 15:34:09 +08:00
parent 577357ccd0
commit 45e006a4e7

View File

@@ -130,7 +130,7 @@
fixed="right" fixed="right"
> >
<template v-slot="scope"> <template v-slot="scope">
<el-button type="text" @click="exportStudentOfCourse(scope.row.courseId, scope.row.courseType)" <el-button type="text" @click="exportStudentOfCourse(scope.row.courseId, scope.row.type)"
size="small">导出学员信息 size="small">导出学员信息
</el-button> </el-button>
</template> </template>