platform orders: add bmpa_failed_only filter for governance

This commit is contained in:
萝卜
2026-03-13 12:56:59 +00:00
parent e956d465da
commit 77628f68a8
3 changed files with 106 additions and 0 deletions

View File

@@ -93,6 +93,10 @@
<input type="checkbox" name="fail_only" value="1" @checked(($filters['fail_only'] ?? '') === '1')>
<span>只看同步失败</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="bmpa_failed_only" value="1" @checked(($filters['bmpa_failed_only'] ?? '') === '1')>
<span>只看批量标记支付失败</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="synced_only" value="1" @checked(($filters['synced_only'] ?? '') === '1')>
<span>只看已同步</span>