From e9fad1a44e16324768c42c487e094857e467fe11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Andr=C3=A9s?= Date: Mon, 11 Nov 2024 15:00:07 +0100 Subject: [PATCH] feat: refs #8087 refs#8087 Redadas en travel --- src/pages/Travel/Card/TravelBasicData.vue | 4 ++-- src/pages/Travel/TravelList.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Travel/Card/TravelBasicData.vue b/src/pages/Travel/Card/TravelBasicData.vue index 37af383e2..f71bcf72c 100644 --- a/src/pages/Travel/Card/TravelBasicData.vue +++ b/src/pages/Travel/Card/TravelBasicData.vue @@ -100,7 +100,7 @@ const agenciesOptions = ref([]); 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. diff --git a/src/pages/Travel/TravelList.vue b/src/pages/Travel/TravelList.vue index 89c7548cd..d6dfd0368 100644 --- a/src/pages/Travel/TravelList.vue +++ b/src/pages/Travel/TravelList.vue @@ -234,7 +234,7 @@ const columns = computed(() => [ daysInForward: row.daysInForward, }) }}{{ console.log(row.daysInForward) }} + >