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