feat(platform-orders): add bmpa_processable_only checkbox to filters
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user