This commit is contained in:
wangshiming
2022-03-25 14:56:06 +08:00
parent b4423eef37
commit 4faecb7e94

View File

@ -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: '结算数量',