Tickets future #461

Merged
jsegarra merged 10 commits from :feature/TicketsFuture into dev 2024-06-25 12:30:35 +00:00
1 changed files with 4 additions and 2 deletions
Showing only changes of commit 79c606fc70 - Show all commits

View File

@ -315,7 +315,7 @@ onMounted(async () => {
:no-data-label="t('globals.noResults')"
style="max-width: 99%"
>
jsegarra marked this conversation as resolved
Review

text-transform: uppercase
Y diria que tambien falta poner en texto ligthgray

text-transform: uppercase Y diria que tambien falta poner en texto ligthgray
Review

Cambios añadidos.

Commit: b6ec10994a

Cambios añadidos. Commit: https://gitea.verdnatura.es/verdnatura/salix-front/commit/b6ec10994ae48a687198bf9d824bdcfa7bd7d699
<template #header>
<template #header="props">
<QTr>
<QTh class="horizontal-separator" />
<QTh class="horizontal-separator" colspan="8" translate>
@ -326,7 +326,9 @@ onMounted(async () => {
</QTh>
</QTr>
<QTr>
<QTh />
<QTh>
<QCheckbox v-model="props.selected" />
</QTh>
<QTh
v-for="(col, index) in ticketColumns"
:key="index"