From 74b8c7de1013ccff74ea88f1b73cd14d8acd4e2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Wed, 4 Feb 2026 23:02:19 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=B0=A8=EB=9F=89=EC=9D=BC=EC=A7=80=20?= =?UTF-8?q?=EB=85=84/=EC=9B=94/=EA=B5=AC=EB=B6=84=20=EB=93=9C=EB=A1=AD?= =?UTF-8?q?=EB=B0=95=EC=8A=A4=20=EB=84=88=EB=B9=84=2010%=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=ED=99=95=EC=9E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- resources/views/finance/vehicle-logs.blade.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/views/finance/vehicle-logs.blade.php b/resources/views/finance/vehicle-logs.blade.php index e50f0e1f..75d3c31d 100644 --- a/resources/views/finance/vehicle-logs.blade.php +++ b/resources/views/finance/vehicle-logs.blade.php @@ -414,14 +414,14 @@ className="px-3 py-2 border border-gray-300 rounded-lg font-medium"
- setFilterYear(parseInt(e.target.value))} className="px-4 py-2 border border-gray-300 rounded-lg min-w-[133px]"> {years.map(y => )} - setFilterMonth(parseInt(e.target.value))} className="px-4 py-2 border border-gray-300 rounded-lg min-w-[103px]"> {months.map(m => )}
- setFilterTripType(e.target.value)} className="px-4 py-2 border border-gray-300 rounded-lg min-w-[120px]"> {tripTypes.map(t => )}