diff --git a/src/views/data/ComplaintCollection_12389ts.vue b/src/views/data/ComplaintCollection_12389ts.vue
index 5685c2c..c27398b 100644
--- a/src/views/data/ComplaintCollection_12389ts.vue
+++ b/src/views/data/ComplaintCollection_12389ts.vue
@@ -59,6 +59,14 @@
/>
+
+
+
+
+
-
-
-
-
-
-
-
-
@@ -163,7 +159,6 @@
:value="item.dictValue"
:label="item.dictLabel"
>
-
{{ item.dictLabel }}
@@ -171,8 +166,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -210,7 +237,17 @@
:formatter="row => row.responderIdCode ? row.responderIdCode : '无'" show-overflow-tooltip/>
-
+
+
+ {{ row.secondDepartName }}
+ {{ row.thirdDepartName }}
+
+
+
+
+ {{ row.handleSecondDepartName || '' }}{{ row.handleThreeDepartName ? '/' + row.handleThreeDepartName : '' }}
+
+
@@ -221,16 +258,20 @@
-
{{ row.gwf3 === '2' ? '超时完成初核' : '按时完成初核' }}
-
-
+
{{ getDictLabel(dict.sfssTags, row.tag) }}
@@ -263,23 +304,23 @@
- {{ getDictLabel(dict.checkStatus, row.checkStatus) }}
+ {{ getDictLabel(dict.checkStatus, row.checkStatusCode) }}
-
+
-
- {{
- row.status === '0' ? '未办理' :
- row.status === '1' ? '已办理' :
- '-'
- }}
-
+
+ {{ getDictLabel(dict.processingStatus, row.processingStatus) }}
+
+ -
-
+
- 查看详情
+ 办理详情
@@ -298,36 +339,53 @@
+
+
+
+