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; /* 👈 关键:不贴边 */
}