forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-18 406355203adcc1fe6c92bb59203fb958296a8da4
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: '操作',