From e877e2e6c413d7e9b7f0aceb80a89724aa8e615a Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Tue, 17 Jan 2023 15:13:32 +0800 Subject: [PATCH] --fix bug --- src/views/courselibrary/CoursewareManage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,