fix bug
This commit is contained in:
		| @ -467,10 +467,10 @@ export class OrderManagementBulkComponent implements OnInit { | ||||
|         width: '180px', | ||||
|         className: 'text-left', | ||||
|         format: (item: any) => | ||||
|           `${item.goodsName}/ | ||||
|           ${item.goodsWeight || '0'}吨/ | ||||
|           ${item.goodsVolume || '0'}方/ | ||||
|           ${item.goodsNumber || '0'}件` | ||||
|         `${item?.goodsName}/ | ||||
|         ${item?.weight || '0'}吨/ | ||||
|         ${item?.volume || '0'}方/ | ||||
|         ${item?.goodsNumber || '0'}件` | ||||
|       }, | ||||
|       { | ||||
|         title: '运费单价', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user