2020-05-08 14:50:42 +08:00

364 B

order, title
order title
1
zh-CN en-US
Info Info

zh-CN

展示处理结果。

en-US

Show processing results.

import { Result, Button } from 'antd';

ReactDOM.render(
  <Result
    title="Your operation has been executed"
    extra={
      <Button type="primary" key="console">
        Go Console
      </Button>
    }
  />,
  mountNode,
);