| | |
| | | </Descriptions>} |
| | | {detail.complaintComment && |
| | | <Descriptions title="办结评价" style={{ marginTop: '20px' }} > |
| | | <Descriptions.Item span={4}> |
| | | <Descriptions.Item span={4}> |
| | | <Card style={{ width: '800px' }} extra={<div style={{ width: '750px', display: 'flex', justifyContent: 'flex-start' }}> |
| | | <span>评价打分:{['不满意', '一般', '满意', '非常满意'][detail.complaintComment?.rate]}</span> |
| | | </div>}> |
| | |
| | | ))} |
| | | </Descriptions.Item> |
| | | <Descriptions.Item label={'上传视频'}> |
| | | {detail.complaintComment?.videoUrl && detail.complaintComment?.videoUrl.split(',').map((item, index) => ( |
| | | {detail.complaintComment?.video && detail.complaintComment?.video.split(',').map((item, index) => ( |
| | | <video width={280} style={{ marginRight: '10px' }} src={item} key={index} controls></video> |
| | | ))} |
| | | </Descriptions.Item> |