mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 16:50:27 +00:00
hide purchase price is not set
This commit is contained in:
parent
56e0452390
commit
7b507f8995
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<div class="rounded-b p-4 pt-2 flex-grow col-span-4 flex flex-col gap-y-2 bg-base-100">
|
<div class="rounded-b p-4 pt-2 flex-grow col-span-4 flex flex-col gap-y-2 bg-base-100">
|
||||||
<div class="flex justify-between gap-2">
|
<div class="flex justify-between gap-2">
|
||||||
<div class="mr-auto tooltip tooltip-tip" data-tip="Purchase Price">
|
<div class="mr-auto tooltip tooltip-tip" data-tip="Purchase Price">
|
||||||
<span class="badge badge-sm badge-ghost h-5">
|
<span v-if="item.purchasePrice != '0'" class="badge badge-sm badge-ghost h-5">
|
||||||
<Currency :amount="item.purchasePrice" />
|
<Currency :amount="item.purchasePrice" />
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue