no message

This commit is contained in:
setthawutttty 2024-01-03 13:52:29 +07:00
parent 142fc30d8b
commit 40e787af89
4 changed files with 0 additions and 10 deletions

View file

@ -181,8 +181,6 @@ const dateEndInputStyle = computed(() => {
investigationDateEnd >= currentDate &&
investigationDateEnd <=
new Date(currentDate.getTime() + 7 * 24 * 60 * 60 * 1000);
console.log(isInNext7Days);
return isInNext7Days ? "input-alert" : "";
});