From 9c8044afa7cbcb61acb1355e321099bbc0aabcd3 Mon Sep 17 00:00:00 2001 From: "BOE\\10867418" Date: Thu, 12 Oct 2023 11:05:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E5=BE=84=E5=9B=BE?= =?UTF-8?q?=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/report/Learningpathmap.vue | 18 +++++++++--------- src/views/report/Overvoew.vue | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/report/Learningpathmap.vue b/src/views/report/Learningpathmap.vue index a4dca7cf..c2d5af25 100644 --- a/src/views/report/Learningpathmap.vue +++ b/src/views/report/Learningpathmap.vue @@ -242,7 +242,7 @@ export default { ellipsis: true, key: "boeRouterInfoName", align: "center", - width: 120, + width: 240, }, { title: "归属组织", @@ -250,7 +250,7 @@ export default { ellipsis: true, key: "organizationName", align: "center", - width: 120, + width: 240, }, { title: "关卡数", @@ -258,7 +258,7 @@ export default { ellipsis: true, key: "levelTotal", align: "center", - width: 120, + width: 90, }, { title: "任务数", @@ -266,7 +266,7 @@ export default { ellipsis: true, key: "taskTotal", align: "center", - width: 120, + width: 90, }, { title: "学习人数", @@ -274,7 +274,7 @@ export default { ellipsis: true, key: "learnerNumber", align: "center", - width: 120, + width: 90, }, { title: "参与人数", @@ -282,7 +282,7 @@ export default { ellipsis: true, key: "participantsTotal", align: "center", - width: 120, + width: 90, }, { title: "参与率", @@ -290,7 +290,7 @@ export default { ellipsis: true, key: "participantsRate", align: "center", - width: 120, + width: 90, }, { title: "完成人数", @@ -298,7 +298,7 @@ export default { ellipsis: true, key: "completionNumber", align: "center", - width: 120, + width: 90, }, { title: "完成率", @@ -306,7 +306,7 @@ export default { ellipsis: true, key: "completedRate", align: "center", - width: 120, + width: 90, }, { title: "发布时间", diff --git a/src/views/report/Overvoew.vue b/src/views/report/Overvoew.vue index 31338ccb..ca05f7d0 100644 --- a/src/views/report/Overvoew.vue +++ b/src/views/report/Overvoew.vue @@ -1359,7 +1359,7 @@ export default { fixed: "left", }, { - title: "授课时长(小时)", + title: "授课时长(分钟)", dataIndex: "teachingLength", ellipsis: true, key: "teachingLength",