平台订单:同步失败原因TOP5补齐可同步重试入口

This commit is contained in:
萝卜
2026-03-11 09:27:36 +00:00
parent 843b3ed225
commit 788ee944d8
2 changed files with 81 additions and 0 deletions

View File

@@ -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>