From 4dcb2a993246b15d7e8218b63a4807583b8698e5 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Tue, 19 Sep 2023 09:21:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Overvoew.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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",