refactor(04): service work product price color
This commit is contained in:
parent
3f4a3dde90
commit
2f289cfaea
3 changed files with 60 additions and 14 deletions
|
|
@ -3012,7 +3012,7 @@ watch(
|
|||
{{ $t('salePrice') }}
|
||||
</div>
|
||||
<div class="col-4 text-weight-bold">
|
||||
{{
|
||||
฿{{
|
||||
formatNumberDecimal(props.row.price || 0, 2)
|
||||
}}
|
||||
</div>
|
||||
|
|
@ -3028,7 +3028,7 @@ watch(
|
|||
{{ $t('agentPrice') }}
|
||||
</div>
|
||||
<div class="col-4 text-weight-bold">
|
||||
{{
|
||||
฿{{
|
||||
formatNumberDecimal(
|
||||
props.row.agentPrice || 0,
|
||||
2,
|
||||
|
|
@ -3046,8 +3046,8 @@ watch(
|
|||
<div class="col-4 app-text-muted-2">
|
||||
{{ $t('processingPrice') }}
|
||||
</div>
|
||||
<div class="col-4 text-weight-bold">
|
||||
{{
|
||||
<div class="col-4">
|
||||
฿{{
|
||||
formatNumberDecimal(
|
||||
props.row.serviceCharge || 0,
|
||||
2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue