fix: แก้ ui แสดงราคา

This commit is contained in:
Net 2024-06-25 18:06:45 +07:00
parent bdcda30890
commit 8618897a1a

View file

@ -157,10 +157,53 @@ withDefaults(
<div
v-if="data?.type === 'product'"
class="flex justify-end text-bold"
style="color: var(--green-10)"
class="row q-gutter-x-md flex justify-end"
>
฿ {{ data?.price }}
<div class="column text-right" style="height: 25px">
<div
class="col"
style="font-size: 10px; color: hsl(var(--stone-4-hsl))"
>
ราคาขาย
</div>
<div
class="col text-weight-bold"
style="font-size: 16px; color: hsl(var(--orange-5-hsl))"
>
฿{{ data?.price }}.00
</div>
</div>
<div class="column text-right" style="height: 25px">
<div
class="col"
style="font-size: 10px; color: hsl(var(--stone-4-hsl))"
>
ราคาตวแทน
</div>
<div
class="col text-weight-bold"
style="font-size: 16px; color: hsl(var(--purple-9-hsl))"
>
฿{{ data?.agentPrice }}.00
</div>
</div>
<div class="column text-right" style="height: 25px">
<div
class="col"
style="font-size: 10px; color: hsl(var(--stone-4-hsl))"
>
ราคาคาดำเนนการ
</div>
<div
class="col"
style="font-size: 16px; color: hsl(var(--pink-7-hsl))"
>
฿{{ data?.serviceCharge }}.00
</div>
</div>
<!-- ฿ {{ data?.price }} -->
</div>
<div