platform orders: add renewal missing subscription filter checkbox
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user