From 77d0fe7c9f8f99267540db6b52101f52388e2b9b Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Tue, 30 Dec 2025 18:55:55 +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=E6=A0=BC=E5=BC=8F=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/data/ComplaintCollection.vue | 27 ++++++++++++++++++--------
1 file changed, 19 insertions(+), 8 deletions(-)
diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index 0d99e81..a922253 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -251,9 +251,12 @@
-
-
-
+
+
+
@@ -280,7 +283,15 @@
-
+
+
+ {{
+ row.status === '0' ? '办理中' :
+ row.status === '1' ? '已办理' :
+ '-'
+ }}
+
+
办理
@@ -342,12 +353,13 @@
destroy-on-close
>
-
+
@@ -779,7 +791,6 @@ const handleSubmit = async () => {
}
-
const negativeSfss = ref({
currentRow: {},
// problemSourcesCode: ProblemSources.GJXFPT,
@@ -843,7 +854,7 @@ p {
.dialog-footer {
display: flex;
justify-content: flex-end; /* 右下角 */
- padding: 0 24px 16px; /* 👈 关键:不贴边 */
+ padding: 0 24px 16px; /* 👈 关键:不贴边 */
}