From 9c7c21e8eacda173feb418bdfe739f7f97358233 Mon Sep 17 00:00:00 2001
From: liuwh <hugeinfo123>
Date: Sun, 29 Mar 2020 17:28:46 +0800
Subject: [PATCH] bug修复

---
 SunshineIns/src/page/PoliceSecurity.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/SunshineIns/src/page/PoliceSecurity.jsx b/SunshineIns/src/page/PoliceSecurity.jsx
index c6ff5f8..e3cfaa5 100644
--- a/SunshineIns/src/page/PoliceSecurity.jsx
+++ b/SunshineIns/src/page/PoliceSecurity.jsx
@@ -87,7 +87,7 @@
         }))
     }
     showModal = (id) => {
-        this.props.history.push("/entry/policeSecurity/" + id);
+        this.props.history.push("/entry/policeSecurityEdit/" + id);
     }
 
     Seaech = () => {
@@ -147,7 +147,7 @@
             dataIndex: 'status',
             key: 'status',
             render: text => (
-                text == 1 ? <Badge style={{ backgroundColor: '#6C757C' }} count={'待处理'} /> : text == 2 ? <Badge style={{ backgroundColor: '#F1C40F' }} count={'已受理'} /> : <Badge style={{ backgroundColor: '#2ECC71' }} count={'已反馈'} />
+                text == 1 ? <Badge style={{ backgroundColor: '#6C757C' }} count={'待处理'} /> : text == 2 ? <Badge style={{ backgroundColor: '#F1C40F' }} count={'检察院已审核'} /> : <Badge style={{ backgroundColor: '#2ECC71' }} count={'已反馈'} />
             )
         }, {
             title: '操作',

--
Gitblit v1.8.0