ui(platform-orders): show run_id badge and clear filter link
This commit is contained in:
@@ -499,6 +499,22 @@
|
||||
</div>
|
||||
</details>
|
||||
|
||||
@php
|
||||
$batchActivationRunId = trim((string) ($filters['batch_activation_run_id'] ?? ''));
|
||||
@endphp
|
||||
@if($batchActivationRunId !== '')
|
||||
<div class="card mb-20 governance-block">
|
||||
<div class="muted governance-block-title"><strong>当前批次筛选</strong></div>
|
||||
<div class="muted governance-block-body">
|
||||
<div>
|
||||
当前 run_id:<strong>{{ $batchActivationRunId }}</strong>
|
||||
<span class="muted">|</span>
|
||||
<a class="btn btn-secondary btn-sm" href="{!! $safeFullUrlWithQuery(['batch_activation_run_id' => null, 'page' => null]) !!}">清除批次筛选</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<div class="grid-3 mb-20">
|
||||
<div class="card">
|
||||
<h3>平台订单总数</h3>
|
||||
|
||||
Reference in New Issue
Block a user