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