platform orders: add bmpa_failed_only filter for governance
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user