From 4ea8b2991b96e7e0bcf6a4fe47f0234a6018e6be Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Wed, 7 Jan 2026 18:02:33 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E6=98=BE?=
=?UTF-8?q?=E7=A4=BA=E5=B1=80=E9=95=BF=E4=BF=A1=E7=AE=B1=E7=9A=84=E5=8A=9E?=
=?UTF-8?q?=E7=90=86=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/data/ComplaintCollection.vue | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index 8a4fcb9..1aa92b3 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -315,6 +315,17 @@
+
+
+ {{
+ row.processingStatus === 'completion' ? '已办结' :
+ row.processingStatus === 'processing' ? '办理中' :
+ row.processingStatus === 'delayed' ? '已延期' :
+ row.processingStatus === 'terminated' ? '已终止' :
+ '/'
+ }}
+
+
办理