feat(platform_orders): add enter-failed-set links in reason top5 cards
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user