forked from verdnatura/salix-front
Fix route list actions
This commit is contained in:
parent
e0337340e7
commit
aa535fb6c7
|
@ -481,7 +481,7 @@ const openTicketsDialog = (id) => {
|
||||||
</template>
|
</template>
|
||||||
<template #body-cell-actions="props">
|
<template #body-cell-actions="props">
|
||||||
<QTd :props="props">
|
<QTd :props="props">
|
||||||
<div class="flex items-center table-actions">
|
<div class="flex items-center no-wrap table-actions">
|
||||||
<QIcon
|
<QIcon
|
||||||
name="vn:ticketAdd"
|
name="vn:ticketAdd"
|
||||||
size="xs"
|
size="xs"
|
||||||
|
|
Loading…
Reference in New Issue