This commit is contained in:
wangshiming
2022-04-14 10:53:51 +08:00
parent 4006e70c37
commit b3cdcf5bff
2 changed files with 8 additions and 5 deletions

View File

@ -491,12 +491,12 @@ export class OrderManagementBulkComponent implements OnInit {
},
{
title: '结算数量',
index: '结算数量',
render: 'settlementWeight',
width: '170px',
className: 'text-left',
format: (item: any) =>
`${item.settlementWeight || '0'}吨/
${item.settlementVolume || '0'}`
// format: (item: any) =>
// `${item.settlementWeight || '0'}吨/
// ${item.settlementVolume || '0'}方`
},
{
title: '承运司机',