fix: wrong field used
This commit is contained in:
parent
877f827123
commit
e525e39329
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue