feat: refs #8087 refs#8087 Redadas en travel #908

Merged
carlosap merged 14 commits from 8087-nuevosCamposTravel into dev 2024-11-21 11:51:52 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit e9fad1a44e - Show all commits

View File

@ -100,7 +100,7 @@ const agenciesOptions = ref([]);
<i18n>
es:
raidDays: Si se marca "Redada", la fecha de entrega se moverá automáticamente los días indicados (incluido 0). Si no se especifican días, la fecha no cambiará
raidDays: Si se marca "Redada", la fecha de entrega se moverá automáticamente los días indicados (incluido 0). Si se deja vacio, la fecha no cambiará
carlosap marked this conversation as resolved Outdated

Si no se especifican días si açò es deixar-ho buit, millor dir-ho així.
Si se deja vacio

`Si no se especifican días ` si açò es deixar-ho buit, millor dir-ho així. `Si se deja vacio`
en:
raidDays: If "Raid" is checked, the landing date will automatically shift by the specified number of days (including 0). If no days are specified, the date will stay the same.
raidDays: If "Raid" is checked, the landing date will automatically shift by the specified number of days (including 0). If left empty, the date will stay the same.
</i18n>

View File

@ -234,7 +234,7 @@ const columns = computed(() => [
daysInForward: row.daysInForward,
})
}}</QTooltip
>{{ console.log(row.daysInForward) }}
>
carlosap marked this conversation as resolved Outdated

borrar

borrar
</QIcon>
</div>
</template>