在备货订单返回的信息中有个message需要展示给采购看



"messages": [
{
"reason": "Customer anticipated price 0.45 does not match TI unit price 629.248",
"code": "TI-TXT-051",
"type": "INFO",
"message": "customerAnticipatedUnitPrice does not match tiUnitPrice. To avoid delays, update the customerAnticipatedUnitPrice using the Order Change API. Contact TI customer support https://support.ti.com/csm for more information"
},
{
"reason": "Item is not scheduled and may require manual schedule",
"code": "TI-TXT-006",
"type": "INFO",
"message": "Item is pending manual schedule which may take up to 48 hours. If your item is not scheduled after 48 hours, please contact TI customer support https://support.ti.com/csm"
}
],
每一个订单都有一个messages的返回,因为messages是一个数组,有多个对象,在table表格中,也就是当前订单信息是一行行的,这个message这一行如何显示比较合理