diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index 1aa92b3..85c1def 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -109,18 +109,6 @@
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
@@ -315,14 +319,14 @@
-
+
{{
row.processingStatus === 'completion' ? '已办结' :
- row.processingStatus === 'processing' ? '办理中' :
- row.processingStatus === 'delayed' ? '已延期' :
- row.processingStatus === 'terminated' ? '已终止' :
- '/'
+ row.processingStatus === 'processing' ? '办理中' :
+ row.processingStatus === 'delayed' ? '已延期' :
+ row.processingStatus === 'terminated' ? '已终止' :
+ '/'
}}
@@ -423,7 +427,6 @@ const show = ref(false);
// region 列表
-
const query = ref({
size: 10,
current: 1,
@@ -813,7 +816,7 @@ const handleAction = async (row) => {
try {
// 先设置基础信息
negativeSfss.value.currentRow = JSON.parse(JSON.stringify(row))
- const res = await handlerData({ id: row.id })
+ const res = await handlerData({id: row.id})
Object.assign(negativeSfss.value, res?.data ?? res)
negativeVerifySfssDailog.value = true
} catch (e) {