From ba731ac21b470879206abaef7de676dc533c8f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 19:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84:=20=E6=94=B6=E5=8F=A3?= =?UTF-8?q?=E5=8F=AF=E5=90=8C=E6=AD=A5=E6=B2=BB=E7=90=86=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/platform_orders/index.blade.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index 08f1b5d..1c54380 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -1054,7 +1054,11 @@
注意:当前同时勾选了「只看可同步」—— 这类订单会被批量同步订阅命中。若仍存在对账/退款异常,建议先进入治理集合处理完毕,再回到可同步集合执行批量同步。
- 先去治理(取消只看可同步) + @include('admin.platform_orders._summary_text_link', [ + 'class' => 'btn btn-secondary btn-sm', + 'href' => $safeFullUrlWithQuery(['syncable_only' => null, 'page' => null]), + 'label' => '先去治理(取消只看可同步)', + ])