This commit is contained in:
wangshiming
2022-03-07 17:49:58 +08:00
parent 12cc256741
commit 1e7171cb23
3 changed files with 25 additions and 14 deletions

View File

@ -273,16 +273,21 @@ tabs = {
},
{
title: '接单数量',
render: 'receveOrderCountInfo',
width: '170px',
className: 'text-left',
width: '200px',
index: 'orderReceivingQuantity'
format: (item: any) =>
`${item.acceptWeight || '--'}吨/
${item.acceptVolume || '--'}`
},
{
title: '结算量',
title: '结算量',
index: '结算数量',
width: '170px',
className: 'text-left',
width: '200px',
index: 'settlementWeight'
format: (item: any) =>
`${item.settlementWeight || '--'}吨/
${item.settlementVolume || '--'}`
},
{
title: '承运司机',