admin: 增加批次详情页(BAS/BMPA)支持run_id复盘
This commit is contained in:
@@ -1545,7 +1545,7 @@
|
||||
<div class="muted muted-xs">范围:{{ $batchScopeText }};方式:{{ $batchModeText }}</div>
|
||||
@if($lrRunId !== '')
|
||||
<div class="muted muted-xs">批次:
|
||||
<a class="link" href="{!! $safeFullUrlWithQuery(['batch_activation_run_id' => $lrRunId, 'page' => null]) !!}">{{ $lrRunId }}</a>
|
||||
<a class="link" href="/admin/platform-batches/show?type=bas&run_id={{ urlencode($lrRunId) }}&back={{ urlencode($selfWithoutBack) }}">{{ $lrRunId }}</a>
|
||||
</div>
|
||||
<div class="muted muted-xs">结果:成功{{ $lrSuccess }} / 失败{{ $lrFailed }}</div>
|
||||
@php
|
||||
@@ -1610,7 +1610,7 @@
|
||||
|
||||
@if($bmpaRunId !== '')
|
||||
<div class="muted muted-xs">批次:
|
||||
<a class="link" href="{!! $safeFullUrlWithQuery(['batch_bmpa_run_id' => $bmpaRunId, 'page' => null]) !!}">{{ $bmpaRunId }}</a>
|
||||
<a class="link" href="/admin/platform-batches/show?type=bmpa&run_id={{ urlencode($bmpaRunId) }}&back={{ urlencode($selfWithoutBack) }}">{{ $bmpaRunId }}</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user