diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index 4309e7d..4c16474 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -259,6 +259,7 @@ @php $hasReconcileMismatchFilter = (($filters['reconcile_mismatch'] ?? '') === '1'); $hasRefundInconsistentFilter = (($filters['refund_inconsistent'] ?? '') === '1'); + $hasSyncableOnlyFilter = (($filters['syncable_only'] ?? '') === '1'); @endphp @if($hasReconcileMismatchFilter || $hasRefundInconsistentFilter) @@ -275,6 +276,13 @@ @endif 。建议先完成金额/状态治理(补回执/核对退款)后,再执行批量同步订阅等工具动作。 + + @if($hasSyncableOnlyFilter) +