From c472e57a57db08526240ff348385cf7e287c9e2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 19:53:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84:=20=E6=8A=BD=E5=8F=96?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E6=8F=90=E7=A4=BA=E9=94=9A=E7=82=B9=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../platform_orders/_tool_anchor_button.blade.php | 1 + .../views/admin/platform_orders/index.blade.php | 15 ++++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 resources/views/admin/platform_orders/_tool_anchor_button.blade.php diff --git a/resources/views/admin/platform_orders/_tool_anchor_button.blade.php b/resources/views/admin/platform_orders/_tool_anchor_button.blade.php new file mode 100644 index 0000000..4b8703c --- /dev/null +++ b/resources/views/admin/platform_orders/_tool_anchor_button.blade.php @@ -0,0 +1 @@ +{{ $label ?? '' }} diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index 1c54380..402751a 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -1043,7 +1043,10 @@ @endif 。建议先完成金额/状态治理(补回执/核对退款/修正状态)后,再执行批量同步订阅等工具动作。
- 定位到批量同步订阅工具 + @include('admin.platform_orders._tool_anchor_button', [ + 'href' => '#batch-activate-subscriptions', + 'label' => '定位到批量同步订阅工具', + ])
@@ -1071,7 +1074,10 @@
当前集合为「无回执」且已勾选「只看可同步」。为保证收费闭环可治理,建议先补齐支付回执留痕,再执行批量同步订阅。
- 定位到批量同步订阅工具 + @include('admin.platform_orders._tool_anchor_button', [ + 'href' => '#batch-activate-subscriptions', + 'label' => '定位到批量同步订阅工具', + ])
@include('admin.platform_orders._summary_text_link', [ @@ -1095,7 +1101,10 @@
当前筛选包含「同步失败/失败原因」范围。建议先治理失败原因(修复数据或重试同步),再执行批量同步订阅等工具动作。
- 定位到批量同步订阅工具 + @include('admin.platform_orders._tool_anchor_button', [ + 'href' => '#batch-activate-subscriptions', + 'label' => '定位到批量同步订阅工具', + ])
@include('admin.platform_orders._summary_text_link', [