From 6121bc5afbcf32969b7f44bc6a2fe88aae3109f6 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Mon, 11 Sep 2023 17:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E5=81=9C=E7=94=A8=E6=A0=87?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Curriculum.vue | 10 +++++++++- src/views/report/Overvoew.vue | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) 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", },