diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 428af0af..7fa46255 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2780,8 +2780,8 @@ const columns6 = [ // 新加学员数 { title: "学员数", - dataIndex: "createName", - key: "createName", + dataIndex: "studentCnt", + key: "studentCnt", width: 100, align: "center", ellipsis: true,