From 49a95df745300c019e0702928db8e2328fef6b3b Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Fri, 12 May 2023 11:00:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E6=A0=87=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportDetail.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Report/ReportDetail.vue b/src/views/Report/ReportDetail.vue index ef28658..2be22ed 100644 --- a/src/views/Report/ReportDetail.vue +++ b/src/views/Report/ReportDetail.vue @@ -38,7 +38,7 @@ -
{{ row.labelList&&row.labelList.join(',') || '-' }}
+
{{ row.labels && row.labels.join(',') || '-' }}
@@ -343,6 +343,7 @@ export default { .preview-content { //margin: 0 14px 0 13px; + max-height: 500px; padding-bottom: 11px; overflow: auto; img {