fix bug
This commit is contained in:
@ -484,8 +484,8 @@ export class OrderManagementBulkComponent implements OnInit {
|
|||||||
width: '170px',
|
width: '170px',
|
||||||
className: 'text-left',
|
className: 'text-left',
|
||||||
format: (item: any) =>
|
format: (item: any) =>
|
||||||
`${item.acceptWeight || '0'}吨/
|
`${item.loadWeight || '0'}吨/
|
||||||
${item.acceptVolume || '0'}方`
|
${item.loadVolume || '0'}方`
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '结算数量',
|
title: '结算数量',
|
||||||
|
|||||||
Reference in New Issue
Block a user