import React from 'react'; import { Flex, Progress } from 'antd'; const Demo = () => (
任务进行中
任务完成
任务失败
); export default Demo;