fix: แก้ ui แสดงราคา
This commit is contained in:
parent
bdcda30890
commit
8618897a1a
1 changed files with 46 additions and 3 deletions
|
|
@ -157,10 +157,53 @@ withDefaults(
|
||||||
|
|
||||||
<div
|
<div
|
||||||
v-if="data?.type === 'product'"
|
v-if="data?.type === 'product'"
|
||||||
class="flex justify-end text-bold"
|
class="row q-gutter-x-md flex justify-end"
|
||||||
style="color: var(--green-10)"
|
|
||||||
>
|
>
|
||||||
฿ {{ 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>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue