corretto altre cose (workbox mancante)
This commit is contained in:
@@ -116,8 +116,9 @@
|
||||
: element.productInfo?.image_link
|
||||
"
|
||||
style="width: 50px; height: 50px"
|
||||
class="rounded-borders cursor-pointer"
|
||||
@click="showProduct(element)"
|
||||
class="rounded-borders"
|
||||
:style="isProduct() ? 'cursor: pointer' : ''"
|
||||
@click="isProduct() ? showProduct(element) : null"
|
||||
/>
|
||||
</td>
|
||||
|
||||
@@ -138,12 +139,16 @@
|
||||
>
|
||||
<q-list>
|
||||
<q-item
|
||||
v-if="isVisibleEditBtn"
|
||||
clickable
|
||||
v-close-popup
|
||||
@click="modifyProduct(element)"
|
||||
>
|
||||
<q-item-section>
|
||||
<q-item-label>Modifica</q-item-label>
|
||||
<q-item-label>
|
||||
<q-icon name="edit" size="20px" class="q-mr-xs" />
|
||||
Modifica
|
||||
</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
<q-item
|
||||
@@ -152,7 +157,10 @@
|
||||
@click="removeProduct(element)"
|
||||
>
|
||||
<q-item-section>
|
||||
<q-item-label>Elimina</q-item-label>
|
||||
<q-item-label>
|
||||
<q-icon name="delete" size="20px" class="q-mr-xs" />
|
||||
Elimina
|
||||
</q-item-label>
|
||||
</q-item-section>
|
||||
</q-item>
|
||||
</q-list>
|
||||
|
||||
Reference in New Issue
Block a user