From 210a55e838dbf2046e988b50b213d1b138fed60c Mon Sep 17 00:00:00 2001
From: mk <2403457699@qq.com>
Date: Tue, 4 Jun 2024 10:14:48 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=BA0=E6=97=B6=E5=88=97=E8=A1=A8=E4=B8=8D?=
=?UTF-8?q?=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../communityParty/screenreportenterprise/index.vue | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/views/modules/communityParty/screenreportenterprise/index.vue b/src/views/modules/communityParty/screenreportenterprise/index.vue
index 0084268..2fce45a 100644
--- a/src/views/modules/communityParty/screenreportenterprise/index.vue
+++ b/src/views/modules/communityParty/screenreportenterprise/index.vue
@@ -72,13 +72,15 @@
label="类型"
>
-
+
{{
scope.row.placeCategory
- ? types[scope.row.placeCategory-1].label
- : "-"
+ ? types.filter(item=>item.value === scope.row.placeCategory)[0]
+ .label
+ : "--"
}}
+ --