提交 500afafd 编写于 作者: J jsers

Add extra field

上级 60fcbcb3
......@@ -239,6 +239,10 @@ class Detail extends Component<RouteComponentProps & WrappedComponentProps> {
<span className="label"><FormattedMessage id="event.table.expression" /></span>
{data.info}
</div>
<div>
<span className="label">Extra:</span>
{data.extra}
</div>
{
_.map(points, (item) => {
return (
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册