diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index fc872029..e01ca32f 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3082,7 +3082,17 @@ const columns1 = [ { title: " 所属项目", width: 250, - dataIndex: "project", + dataIndex: "projectName", + key: "3", + align: "center", + ellipsis: true, + customRender: ({ text }) => { + return text ? text : "-"; + }, + },{ + title: " 所属路径", + width: 250, + dataIndex: "routerName", key: "3", align: "center", ellipsis: true,