chore(admin): governance hint blocks add action spacing
This commit is contained in:
@@ -547,7 +547,9 @@
|
||||
<div class="muted text-danger governance-block-title"><strong>提示</strong></div>
|
||||
<div class="muted governance-block-body">
|
||||
注意:当前同时勾选了「只看可同步」—— 这类订单会被批量同步订阅命中。若仍存在对账/退款异常,建议先进入治理集合处理完毕,再回到可同步集合执行批量同步。
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['syncable_only' => null, 'page' => null]) }}">先去治理(取消只看可同步)</a>
|
||||
<div class="mt-6">
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['syncable_only' => null, 'page' => null]) }}">先去治理(取消只看可同步)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
@@ -586,9 +588,11 @@
|
||||
<div class="muted text-danger governance-block-title"><strong>BMPA 失败治理提示</strong></div>
|
||||
<div class="muted governance-block-body">
|
||||
当前筛选包含「批量标记支付并生效失败/失败原因」范围。建议先补齐回执/核对退款/修正状态后,再切到 pending+unpaid 集合重试批量标记支付。
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['bmpa_failed_only' => '1', 'page' => null]) }}">进入批量标记支付失败集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['status' => 'pending', 'payment_status' => 'unpaid', 'page' => null]) }}">切到 pending+unpaid(用于重试)</a>
|
||||
<div class="mt-6">
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['bmpa_failed_only' => '1', 'page' => null]) }}">进入批量标记支付失败集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{{ request()->fullUrlWithQuery(['status' => 'pending', 'payment_status' => 'unpaid', 'page' => null]) }}">切到 pending+unpaid(用于重试)</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
Reference in New Issue
Block a user