custom/领悦
This commit is contained in:
parent
78d66f342f
commit
92d75bf369
|
|
@ -43,7 +43,10 @@ class HistoryVouncherDetail extends Component {
|
|||
...o, render: text => {
|
||||
let arr = [];
|
||||
text && text.map(v => {
|
||||
arr.push(<a className="child-item wdb">{`${v.fzhslx}:${v.bh}/${v.mc}`}</a>);
|
||||
arr.push(<React.Fragment>
|
||||
<a className="child-item wdb">{`${v.fzhslx}:${v.bh}/${v.mc}`}</a>
|
||||
<br/>
|
||||
</React.Fragment>);
|
||||
});
|
||||
return (<span>{arr}</span>);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue