From 3ebb4b07dc1acdff6e9d8525a47c80dfe2a4ddd7 Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Tue, 30 Dec 2025 19:52:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E5=8A=9E?=
=?UTF-8?q?=E7=BB=93=E6=83=85=E5=86=B5=E5=92=8C=E7=BE=A4=E4=BC=97=E8=AE=A4?=
=?UTF-8?q?=E5=8F=AF=E6=9B=B4=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/data/ComplaintCollection.vue | 20 +++++++++++++++++++-
1 file changed, 19 insertions(+), 1 deletion(-)
diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index f3d1ac5..20a375f 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -275,6 +275,24 @@
{{ getDictLabel(dict.sfssTags, row.tag) }}
+
+
+ {{
+ row.completionStatus === '1' ? '程序办结' :
+ row.completionStatus === '2' ? '已解决合理诉求' :
+ '/'
+ }}
+
+
+
+
+ {{
+ row.publicRecognition === '1' ? '认可' :
+ row.publicRecognition === '2' ? '不认可' :
+ '/'
+ }}
+
+
{{ getDictLabel(dict.handleMethodType, row.handleMethod) }}
@@ -353,7 +371,7 @@
destroy-on-close
>
-
+