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"},