平台订单:BAS批次筛选badge文案对齐BMPA并补全
This commit is contained in:
@@ -522,16 +522,24 @@
|
||||
'page' => null,
|
||||
]);
|
||||
@endphp
|
||||
@php
|
||||
$runGoAllUrl = $buildQuickFilterUrl([
|
||||
'batch_activation_run_id' => $batchActivationRunId,
|
||||
'page' => null,
|
||||
]);
|
||||
@endphp
|
||||
<div class="card mb-20 governance-block" data-role="batch-activation-run-id-badge">
|
||||
<div class="muted governance-block-title"><strong>当前批次筛选</strong></div>
|
||||
<div class="muted governance-block-title"><strong>当前 BAS 批次筛选</strong></div>
|
||||
<div class="muted governance-block-body">
|
||||
<div>
|
||||
当前 run_id:<strong>{{ $batchActivationRunId }}</strong>
|
||||
当前 BAS 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>
|
||||
<a class="btn btn-secondary btn-sm" href="{!! $safeFullUrlWithQuery(['batch_activation_run_id' => null, 'page' => null]) !!}">清除 BAS 批次筛选</a>
|
||||
</div>
|
||||
<div class="mt-6">
|
||||
<span class="muted">快速查看:</span>
|
||||
<a class="link" href="{!! $runGoAllUrl !!}">本批次全部</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $runGoFailedUrl !!}">本批次失败</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $runGoUnsyncedUrl !!}">本批次未同步</a>
|
||||
|
||||
Reference in New Issue
Block a user