{{ scope.row.originBuyingPrice ? scope.row.originBuyingPrice + ' 元' : '-' }}
{{ scope.row.newBuyingPrice ? scope.row.newBuyingPrice + ' 元' : '-' }}
{{ scope.row.originRetailPrice ? scope.row.originRetailPrice + ' 元' : '-' }}
{{ scope.row.newRetailPrice ? scope.row.newRetailPrice + ' 元' : '-' }}
{{ scope.row.differenceBuyingPrice ? scope.row.differenceBuyingPrice + ' 元' : '-' }}
{{ scope.row.itemQuantity ? scope.row.itemQuantity + (scope.row.label || '') : '-' }}
{{ scope.row.differenceRetailPrice ? scope.row.differenceRetailPrice + ' 元' : '-' }}
制单人:{{ props.createName || '-' }}