Add extra field

This commit is contained in:
jsers 2020-04-14 13:12:57 +08:00
parent 60fcbcb3eb
commit 500afafdf3
1 changed files with 4 additions and 0 deletions

View File

@ -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 (