feat(platform_orders): add enter-failed-set links in reason top5 cards

This commit is contained in:
萝卜
2026-03-14 21:45:36 +00:00
parent fe6e8d5d0b
commit 65b7b9058f
2 changed files with 110 additions and 0 deletions

View File

@@ -438,6 +438,8 @@
<span class="muted">{{ $count }}</span>
<span class="muted"></span>
<a class="link" href="{!! $safeFullUrlWithQuery(['sync_error_keyword' => $reason, 'sync_status' => null, 'syncable_only' => '1', 'page' => null]) !!}">切到可同步重试</a>
<span class="muted"></span>
<a class="link" href="{!! $safeFullUrlWithQuery(['sync_error_keyword' => $reason, 'sync_status' => 'failed', 'page' => null]) !!}">进入失败集合</a>
@endif
@else
<span class="muted">(空原因)</span>
@@ -480,6 +482,8 @@
<span class="muted">{{ $count }}</span>
<span class="muted"></span>
<a class="link" href="{!! $safeFullUrlWithQuery(['bmpa_error_keyword' => $reason, 'status' => 'pending', 'payment_status' => 'unpaid', 'page' => null]) !!}">切到可处理集合重试</a>
<span class="muted"></span>
<a class="link" href="{!! $safeFullUrlWithQuery(['bmpa_failed_only' => '1', 'bmpa_error_keyword' => $reason, 'page' => null]) !!}">进入失败集合</a>
@endif
@else
<span class="muted">(空原因)</span>