From 5aa4a814ab8d4aa194a9683ebefaefdfc6d92c3a Mon Sep 17 00:00:00 2001
From: liuwh <964324856@qq.com>
Date: Tue, 17 Sep 2024 17:18:05 +0800
Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh into master

---
 gz-customerSystem/src/views/comprehensive/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gz-customerSystem/src/views/comprehensive/index.jsx b/gz-customerSystem/src/views/comprehensive/index.jsx
index f1bd214..dd193a3 100644
--- a/gz-customerSystem/src/views/comprehensive/index.jsx
+++ b/gz-customerSystem/src/views/comprehensive/index.jsx
@@ -46,7 +46,7 @@
       { title: '事项来源', width: 100, dataIndex: 'canalName' },
       { title: '事项等级', width: 100, dataIndex: 'caseLevel' },
       { title: '纠纷类型', width: 150, dataIndex: 'caseTypeName' },
-      { title: '承办部门', width: 150, dataIndex: 'mediateDeptName' },
+      { title: '承办部门', width: 150, dataIndex: 'mediateUnitName' },
       { title: '配合部门', width: 150, dataIndex: 'assistUnitName' },
       // 22_00025-1 成功 22_00025-2 化解不成功
       { title: '化解结果', width: 100, dataIndex: 'mediResult', render: (text) => <div className={text === '22_00025-1' ? 'comprehensive-green' : text === '22_00025-2' ? 'comprehensive-red' : '-'} >{text === '22_00025-1' ? '化解成功' : text === '22_00025-2' ? '化解不成功' : '-'}</div> },

--
Gitblit v1.8.0