import React from 'react'; import { Button, Row, Col } from 'antd'; import { routerRedux } from 'dva/router'; import Result from '../../../components/Result'; import styles from './style.less'; export default ({ dispatch, data }) => { const onFinish = () => { dispatch(routerRedux.push('/form/step-form')); }; const information = (