From 59f955e662959632ff2f439151351fb86e168750 Mon Sep 17 00:00:00 2001
From: buaixuexideshitongxue <2936013465@qq.com>
Date: Fri, 26 Dec 2025 13:04:46 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E8=AE=BF=E6=B6=89=E8=AF=89--=E6=A0=B7?=
=?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/data/ComplaintCollection.vue | 82 ++++++++++++++++++--------
1 file changed, 57 insertions(+), 25 deletions(-)
diff --git a/src/views/data/ComplaintCollection.vue b/src/views/data/ComplaintCollection.vue
index 71100a8..f0a2585 100644
--- a/src/views/data/ComplaintCollection.vue
+++ b/src/views/data/ComplaintCollection.vue
@@ -241,26 +241,26 @@
-
+
{{ getDictLabel(dict.sourceTable, row.sourceTable) }}
-
-
-
-
-
-
-
+
+
+
+
+
+
{{ getDictLabel(dict.yesNo, row.repeatt) }}
-
+
{{ getDictLabel(dict.yesNo, row.leadApproval) }}
@@ -275,7 +275,7 @@
{{ getDictLabel(dict.handleMethodType, row.handleMethod) }}
-
+
办理
@@ -378,13 +378,17 @@
-
+
-
+
-
-
+
+
+ 不填
+
+
+
-
+
-
+
+
+
+ 不填
+
+
-
+
-
+
+
+
+ 不填
+
+
-
-
-
+
+
+
+
+
+ 不填
+
+
-
-
+
+
-
-
+
+
+ handleChangeCheckStatus(val, item)" clearable style="width: 280px">
+
+
@@ -1391,6 +1421,7 @@ const storeDict = computed(() =>
"timeLimit",
"approvalFlow",
"specialSupervision",
+ "checkStatus"
]) || {}
);
@@ -1401,6 +1432,7 @@ const localDict = {
{id: 2, dictLabel: "公安部信访", dictValue: "data_petition_complaint_21"},
{id: 3, dictLabel: "国家信访", dictValue: "data_petition_complaint_22"},
{id: 4, dictLabel: "12389投诉", dictValue: "data_case_verif"},
+ {id: 5, dictLabel: "领导交办", dictValue: "leader_explain"},
],
yesNo: [
{id: 1, dictLabel: "是", dictValue: "1"},