ui(site-subscriptions): blocked hint go-expired 保留 ends_at 区间
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user