diff --git a/src/views/report/Curriculum.vue b/src/views/report/Curriculum.vue index 36586e46..e2408dfe 100644 --- a/src/views/report/Curriculum.vue +++ b/src/views/report/Curriculum.vue @@ -387,13 +387,21 @@ export default { width: 140, }, { - title: "课程状态", + title: "发布状态", dataIndex: "publishStatus", ellipsis: true, key: "publishStatus", align: "center", width: 120, }, + { + title: "启用状态", + dataIndex: "enabled", + ellipsis: true, + key: "enabled", + align: "center", + width: 120, + }, { title: "创建人", dataIndex: "createName", diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue index fda5f95d..d0a59108 100644 --- a/src/views/report/Overvoew.vue +++ b/src/views/report/Overvoew.vue @@ -1308,7 +1308,15 @@ export default { title: "状态", dataIndex: "publishStatus", ellipsis: true, - key: "classStatus", + key: "publishStatus", + width: 120, + align: "center", + }, + { + title: "启用状态", + dataIndex: "enabled", + ellipsis: true, + key: "enabled", width: 120, align: "center", },