0
0
Fork 0

Merge pull request 'feat: refs #7644 Icon' (!713) from 7644-updateInPrint into master

Reviewed-on: verdnatura/salix-front#713
Reviewed-by: Javi Gallego <jgallego@verdnatura.es>
This commit is contained in:
Guillermo Bonet 2024-09-16 05:11:36 +00:00
commit fd3b09f6f0
3 changed files with 4 additions and 4 deletions

View File

@ -116,7 +116,7 @@ const entriesTableColumns = computed(() => [
{{ col.value }}
</QTd>
<QBtn
icon="print"
icon="visibility"
v-if="props.row.stickers > 0"
:loading="isLoading"
@click="
@ -126,7 +126,7 @@ const entriesTableColumns = computed(() => [
"
unelevated
>
<QTooltip>{{ t('printLabel') }}</QTooltip>
<QTooltip>{{ t('viewLabel') }}</QTooltip>
</QBtn>
</QTr>
</template>

View File

@ -11,4 +11,4 @@ shipped: Shipped
fromShipped: Shipped(from)
toShipped: Shipped(to)
printLabels: Print stickers
printLabel: Print sticker
viewLabel: View sticker

View File

@ -15,4 +15,4 @@ shipped: F. salida
fromShipped: F. salida(desde)
toShipped: F. salida(hasta)
printLabels: Imprimir etiquetas
printLabel: Imprimir etiqueta
viewLabel: Ver etiqueta