feat(admin-dashboard): failed hints link to order detail failure blocks
This commit is contained in:
@@ -343,6 +343,8 @@
|
||||
<span class="row-warn-prefix">同步失败</span>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $syncFailedListUrl !!}">进入集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'sync-failed') !!}">查看失败详情</a>
|
||||
</div>
|
||||
@endif
|
||||
@if($bmpaErrMsg !== '')
|
||||
@@ -350,6 +352,8 @@
|
||||
<span class="row-warn-prefix">BMPA失败</span>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $bmpaFailedListUrl !!}">进入集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'bmpa-failed') !!}">查看失败详情</a>
|
||||
</div>
|
||||
@endif
|
||||
@if((string) $po->status === 'pending' && (string) $po->payment_status === 'paid' && $po->isReconcileMismatch())
|
||||
|
||||
Reference in New Issue
Block a user