feat: refs #8087 refs#8087 Redadas en travel
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Carlos Andrés 2024-11-11 15:00:07 +01:00
parent fc73149dcf
commit e9fad1a44e
2 changed files with 3 additions and 3 deletions

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á
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) }}
>
</QIcon>
</div>
</template>