feat(platform-orders): add copy run_id buttons in bas/bmpa run badges

This commit is contained in:
萝卜
2026-03-18 04:19:27 +08:00
parent f27e395a51
commit 59910e05aa
2 changed files with 40 additions and 0 deletions

View File

@@ -548,6 +548,7 @@
<div class="muted governance-block-body">
<div>
当前 BAS run_id<strong>{{ $batchActivationRunId }}</strong>
<button type="button" class="btn btn-secondary btn-sm" data-action="copy-text" data-copy-text="{{ $batchActivationRunId }}" data-copy-label="BAS run_id">复制 run_id</button>
<span class="muted"></span>
<a class="btn btn-secondary btn-sm" href="{!! $safeFullUrlWithQuery(['batch_activation_run_id' => null, 'page' => null]) !!}">清除 BAS 批次筛选</a>
</div>
@@ -602,6 +603,7 @@
<div class="muted governance-block-body">
<div>
当前 BMPA run_id<strong>{{ $batchBmpaRunId }}</strong>
<button type="button" class="btn btn-secondary btn-sm" data-action="copy-text" data-copy-text="{{ $batchBmpaRunId }}" data-copy-label="BMPA run_id">复制 run_id</button>
<span class="muted"></span>
<a class="btn btn-secondary btn-sm" href="{!! $safeFullUrlWithQuery(['batch_bmpa_run_id' => null, 'page' => null]) !!}">清除 BMPA 批次筛选</a>
</div>