fix: work product price col
This commit is contained in:
parent
f56c5591cc
commit
eecb96cbda
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ defineEmits<{
|
||||||
<div
|
<div
|
||||||
class="row col items-center justify-between full-width surface-1 q-py-md q-px-sm"
|
class="row col items-center justify-between full-width surface-1 q-py-md q-px-sm"
|
||||||
>
|
>
|
||||||
<div class="row items-center col-8 no-wrap" v-if="productItems">
|
<div class="row items-center col no-wrap" v-if="productItems">
|
||||||
<q-btn
|
<q-btn
|
||||||
v-if="!readonly"
|
v-if="!readonly"
|
||||||
id="btn-product-up"
|
id="btn-product-up"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue