diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue index d0a59108..31338ccb 100644 --- a/src/views/report/Overvoew.vue +++ b/src/views/report/Overvoew.vue @@ -1257,7 +1257,7 @@ export default { align: "center", }, { - title: "学习时长(分钟)", + title: "学习时长", dataIndex: "studyTime", ellipsis: true, key: "studyTime", @@ -1304,14 +1304,14 @@ export default { width: 120, align: "center", }, - { - title: "状态", - dataIndex: "publishStatus", - ellipsis: true, - key: "publishStatus", - width: 120, - align: "center", - }, + // { + // title: "状态", + // dataIndex: "publishStatus", + // ellipsis: true, + // key: "publishStatus", + // width: 120, + // align: "center", + // }, { title: "启用状态", dataIndex: "enabled",