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 class="row justify-end text-right col q-pr-sm">
|
||||
<div class="row justify-end text-right col-5 q-pr-sm">
|
||||
<span
|
||||
class="col-12 q-col-gutter-md row"
|
||||
style="color: var(--teal-9)"
|
||||
|
|
|
|||
|
|
@ -3929,6 +3929,7 @@ watch(
|
|||
:data="{ ...i, type: 'product' }"
|
||||
:title="i.name"
|
||||
:status="i.status === 'INACTIVE' ? true : false"
|
||||
:priceDisplay="priceDisplay"
|
||||
@menuViewDetail="
|
||||
() => {
|
||||
currentIdProduct = i.id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue