refactor(04): price display and price col
This commit is contained in:
parent
89defd4206
commit
1061eb55d4
2 changed files with 2 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ defineEmits<{
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row justify-end text-right col q-pr-sm">
|
<div class="row justify-end text-right col-5 q-pr-sm">
|
||||||
<span
|
<span
|
||||||
class="col-12 q-col-gutter-md row"
|
class="col-12 q-col-gutter-md row"
|
||||||
style="color: var(--teal-9)"
|
style="color: var(--teal-9)"
|
||||||
|
|
|
||||||
|
|
@ -3929,6 +3929,7 @@ watch(
|
||||||
:data="{ ...i, type: 'product' }"
|
:data="{ ...i, type: 'product' }"
|
||||||
:title="i.name"
|
:title="i.name"
|
||||||
:status="i.status === 'INACTIVE' ? true : false"
|
:status="i.status === 'INACTIVE' ? true : false"
|
||||||
|
:priceDisplay="priceDisplay"
|
||||||
@menuViewDetail="
|
@menuViewDetail="
|
||||||
() => {
|
() => {
|
||||||
currentIdProduct = i.id;
|
currentIdProduct = i.id;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue