From 1235608484b11a1c20ea5a7736eab6d121612432 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Thu, 11 May 2023 17:32:34 +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=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportDetail.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/src/views/Report/ReportDetail.vue b/src/views/Report/ReportDetail.vue index fb91f45..ef28658 100644 --- a/src/views/Report/ReportDetail.vue +++ b/src/views/Report/ReportDetail.vue @@ -20,14 +20,22 @@

{{ row.mainContent || '-' }}

- + -
{{ row.department || '-' }}
+
{{ row.departmentName || '-' }}
- + + +
{{ row.year || '-' }}
+
+
{{ row.confidentialLevel || '-' }}
+ + +
{{ row.privacyLevel || '-' }}
+
{{ row.labelList&&row.labelList.join(',') || '-' }}