feat(platform-orders): add bmpa_processable_only checkbox to filters

This commit is contained in:
萝卜
2026-03-18 03:14:32 +08:00
parent 80c8bce4d6
commit db6d5f57e2

View File

@@ -463,6 +463,10 @@
<input type="checkbox" name="syncable_only" value="1" @checked(($filters['syncable_only'] ?? '') === '1')>
<span>只看可同步</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="bmpa_processable_only" value="1" @checked(($filters['bmpa_processable_only'] ?? '') === '1')>
<span>只看可BMPA处理</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="renewal_missing_subscription" value="1" @checked(($filters['renewal_missing_subscription'] ?? '') === '1')>
<span>只看续费缺订阅</span>