From ebca833d73d4153866c683e052fdf60ed36e65cf Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Sat, 25 Jan 2025 20:24:10 +0100 Subject: [PATCH] test: refs #6321 intercept --- src/components/common/VnInputDate.vue | 18 +----------- src/components/ui/VnConfirm.vue | 4 +-- .../ticket/negative/TicketLackList.spec.js | 29 +++++++++++++++++-- 3 files changed, 29 insertions(+), 22 deletions(-) diff --git a/src/components/common/VnInputDate.vue b/src/components/common/VnInputDate.vue index 8e8f843e9..a8888aad8 100644 --- a/src/components/common/VnInputDate.vue +++ b/src/components/common/VnInputDate.vue @@ -83,14 +83,13 @@ const styleAttrs = computed(() => { outlined: true, rounded: true, } - : { eventColor: handleEventColor }; + : {}; }); const manageDate = (date) => { formattedDate.value = date; isPopupOpen.value = false; }; -const handleEventColor = (date) => (date === Date.now() ? null : 'orange'); - es: Open date: Abrir fecha diff --git a/src/components/ui/VnConfirm.vue b/src/components/ui/VnConfirm.vue index c86ce34fa..a02b56bdb 100644 --- a/src/components/ui/VnConfirm.vue +++ b/src/components/ui/VnConfirm.vue @@ -61,7 +61,7 @@ function cancel() { }