fix bug
This commit is contained in:
@ -467,10 +467,10 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
width: '180px',
|
width: '180px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
format: (item: any) =>
|
format: (item: any) =>
|
||||||
`${item.goodsName}/
|
`${item?.goodsName}/
|
||||||
${item.goodsWeight || '0'}吨/
|
${item?.weight || '0'}吨/
|
||||||
${item.goodsVolume || '0'}方/
|
${item?.volume || '0'}方/
|
||||||
${item.goodsNumber || '0'}件`
|
${item?.goodsNumber || '0'}件`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '运费单价',
|
title: '运费单价',
|
||||||
|
|||||||
Reference in New Issue
Block a user