feat(admin): 平台订单支持按同步失败原因关键词筛选并联动订阅失败原因跳转
This commit is contained in:
@@ -200,7 +200,11 @@
|
||||
@if(count($failedReasonStats) > 0)
|
||||
<div class="muted mt-6">
|
||||
@foreach($failedReasonStats as $item)
|
||||
<div>{{ $item['reason'] }} <span class="muted">({{ $item['count'] }})</span></div>
|
||||
@php $reason = (string) ($item['reason'] ?? ''); @endphp
|
||||
<div>
|
||||
<a class="link" href="{!! $makePlatformOrderUrl(['site_subscription_id' => $subscription->id, 'sync_status' => 'failed', 'sync_error_keyword' => $reason]) !!}">{{ $reason }}</a>
|
||||
<span class="muted">({{ $item['count'] }})</span>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
@else
|
||||
|
||||
Reference in New Issue
Block a user