Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh
| | |
| | | import React, { Fragment } from 'react' |
| | | import { Row, Col, Space } from 'antd'; |
| | | import { Rate } from '@arco-design/web-react'; |
| | | |
| | | import * as $$ from '../../../utils/utility'; |
| | | export default function RateModule(props) { |
| | | return ( |
| | | <Fragment> |
| | |
| | | <div className="title"> |
| | | <div className="title-text">评价时间</div> |
| | | </div> |
| | | <div>{props.grade?.createTime || '-'}</div> |
| | | <div>{$$.minuteFormat(props.grade?.createTime) || '-'}</div> |
| | | </Col> |
| | | <Col span={8}> |
| | | <div className="title"> |