import { Button, Card, Col, Icon, Row, Steps } from 'antd'; import { FormattedMessage, formatMessage } from 'umi-plugin-react/locale'; import React, { Fragment } from 'react'; import { GridContent } from '@ant-design/pro-layout'; import Result from './Result'; import styles from './index.less'; const { Step } = Steps; const desc1 = (
2016-12-12 12:32
); const desc2 = (
); const extra = (
23421 2016-12-12 ~ 2017-12-12 } description={desc1} /> } description={desc2} /> } /> } />
); const actions = ( ); export default () => ( );