feat: 批次详情页(复盘) 支持BAS/BMPA run_id治理入口
This commit is contained in:
@@ -1546,6 +1546,8 @@
|
||||
@if($lrRunId !== '')
|
||||
<div class="muted muted-xs">批次:
|
||||
<a class="link" href="/admin/platform-batches/show?type=bas&run_id={{ urlencode($lrRunId) }}&back={{ urlencode($selfWithoutBack) }}">{{ $lrRunId }}</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $safeFullUrlWithQuery(['batch_activation_run_id' => $lrRunId, 'page' => null]) !!}">列表筛选</a>
|
||||
</div>
|
||||
<div class="muted muted-xs">结果:成功{{ $lrSuccess }} / 失败{{ $lrFailed }}</div>
|
||||
@php
|
||||
@@ -1611,6 +1613,8 @@
|
||||
@if($bmpaRunId !== '')
|
||||
<div class="muted muted-xs">批次:
|
||||
<a class="link" href="/admin/platform-batches/show?type=bmpa&run_id={{ urlencode($bmpaRunId) }}&back={{ urlencode($selfWithoutBack) }}">{{ $bmpaRunId }}</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $safeFullUrlWithQuery(['batch_bmpa_run_id' => $bmpaRunId, 'page' => null]) !!}">列表筛选</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user