Commit d82b9b12 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复 被评价方不显示的问题

parent d39a8f22
......@@ -118,7 +118,7 @@ interface RecordListProps {
searchable?: boolean;
/**
* 是否是查看收到的评论
* 是否是查看收到的评论,默认 true
*/
opposite?: boolean;
......@@ -366,7 +366,7 @@ export default class RecordList extends React.Component<RecordListProps, RecordL
dataIndex: 'quantity',
},
{
title: intl.formatMessage({ id: 'purchaserEvaluation.pingjiafang' }, { default: '评价方' }),
title: opposite ? intl.formatMessage({ id: 'purchaserEvaluation.pingjiafang' }, { default: '评价方' }) : intl.formatMessage({ id: 'purchaserEvaluation.beipingjiafang' }, { default: '被评价方' }),
dataIndex: 'target',
},
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment