提交 8b0e2b80 编写于 作者: J jsers

modify 'extra' placement (#106)

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