fix: wrong field used

This commit is contained in:
Methapon2001 2024-07-10 11:42:36 +07:00
parent 877f827123
commit e525e39329

View file

@ -2411,7 +2411,7 @@ watch(inputSearchProductAndService, async () => {
<div class="col-4 text-weight-bold"> <div class="col-4 text-weight-bold">
{{ {{
formatNumberDecimal( formatNumberDecimal(
props.row.processingPrice || 0, props.row.serviceCharge || 0,
2, 2,
) )
}} }}