ui(site-subscriptions): blocked hint go-expired 保留 ends_at 区间

This commit is contained in:
萝卜
2026-03-17 06:30:52 +08:00
parent 0b2f0c7d74
commit 8c9f3cedc3

View File

@@ -430,7 +430,8 @@
<div>提示:{{ $batchMarkExpiredReason }}</div>
@php
// 提效被阻断时给一键跳转到「已过期expiry=expired」集合避免运营来回找入口。
$goExpiredUrl = $buildQuickFilterUrl(['status' => null, 'expiry' => 'expired', 'page' => null]);
// 说明:这里选择保留当前 ends_from/ends_to 区间(若有),避免运营还要重新输入到期范围。
$goExpiredUrl = $buildSelfUrl(['status' => null, 'expiry' => 'expired', 'page' => null]);
@endphp
<div class="mt-6 actions gap-10">
<a class="btn btn-secondary btn-sm" href="{!! $goExpiredUrl !!}">切到已过期集合</a>