platform orders: add renewal missing subscription filter checkbox

This commit is contained in:
萝卜
2026-03-15 06:21:00 +00:00
parent 2d67c167ed
commit 1bd631a0b7
2 changed files with 35 additions and 0 deletions

View File

@@ -348,6 +348,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="renewal_missing_subscription" value="1" @checked(($filters['renewal_missing_subscription'] ?? '') === '1')>
<span>只看续费缺订阅</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="batch_synced_24h" value="1" @checked(($filters['batch_synced_24h'] ?? '') === '1')>
<span>最近24小时批量同步过</span>