import React, { Fragment } from 'react'; import { connect } from 'dva'; import { Button, Row, Col } from 'antd'; import { Result } from 'ant-design-pro'; import styles from './index.less'; @connect(({ BLOCK_NAME_CAMEL_CASE }) => ({ data: BLOCK_NAME_CAMEL_CASE.step, })) class Step3 extends React.PureComponent { render() { const { data, dispatch } = this.props; const onFinish = () => { dispatch({ type: 'BLOCK_NAME_CAMEL_CASE/saveCurrentStep', payload: 'info', }); }; const information = (