+ @php
+ $endsToday = now()->format('Y-m-d');
+ $ends7d = now()->addDays(7)->format('Y-m-d');
+ $ends30d = now()->addDays(30)->format('Y-m-d');
+ $endsQuickTodayUrl = $buildQuickFilterUrl(['ends_from' => $endsToday, 'ends_to' => $endsToday, 'page' => null]);
+ $endsQuick7dUrl = $buildQuickFilterUrl(['ends_from' => $endsToday, 'ends_to' => $ends7d, 'page' => null]);
+ $endsQuick30dUrl = $buildQuickFilterUrl(['ends_from' => $endsToday, 'ends_to' => $ends30d, 'page' => null]);
+ $endsQuickClearUrl = $buildQuickFilterUrl(['ends_from' => null, 'ends_to' => null, 'page' => null]);
+ @endphp
+
今天到期
+
|
+
近7天到期
+
|
+
近30天到期
+
|
+
清空到期区间
+