平台订单:同步失败原因TOP5补齐可同步重试入口
This commit is contained in:
@@ -243,6 +243,8 @@
|
||||
<div>
|
||||
<a class="link" href="{!! request()->fullUrlWithQuery(['sync_error_keyword' => $reason, 'sync_status' => 'failed', 'page' => null]) !!}">{{ $reason }}</a>
|
||||
<span class="muted">({{ $item['count'] }})</span>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! request()->fullUrlWithQuery(['sync_error_keyword' => $reason, 'sync_status' => null, 'syncable_only' => '1', 'page' => null]) !!}">切到可同步重试</a>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user