forked from nsjcy/frontEnd/nsjcy

liuwh
2020-03-30 8d68b6a1dcdf5008fba6bdac5858d1085a0e63e7
SunshineIns/src/page/ApplyFor.jsx
@@ -168,6 +168,9 @@
            render: (text, record) => (
                <span>
                    <a onClick={() => this.showModal(record.id)}>详情</a>
                    {
                        record.status == 1 ?
                            <React.Fragment>
                    <Divider type="vertical" />
                    <Popconfirm
                        title="确认删除任务吗?"
@@ -178,6 +181,8 @@
                    >
                        <a href="#">删除</a>
                    </Popconfirm>
                            </React.Fragment> : ''
                    }
                </span>
            ),
        }];