Merge branch 'master-20250428-shl' into test20250220

This commit is contained in:
joshen
2025-04-29 15:34:44 +08:00

View File

@@ -130,7 +130,7 @@
fixed="right"
>
<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">导出学员信息
</el-button>
</template>