diff --git a/resources/views/admin/platform_orders/form.blade.php b/resources/views/admin/platform_orders/form.blade.php index 589dfad..d613e28 100644 --- a/resources/views/admin/platform_orders/form.blade.php +++ b/resources/views/admin/platform_orders/form.blade.php @@ -33,7 +33,7 @@ @if($leadId > 0)
来源线索:#{{ $leadId }} - 查看该线索关联订单 + 查看该线索关联订单
@endif @@ -122,7 +122,7 @@ -
+
@php $incomingBack = (string) ($defaults['back'] ?? ''); // 为避免 & 被 Blade escape 成 & 导致回退上下文丢失,这里需要原样输出 href。 @@ -133,12 +133,12 @@ @endphp @if($safeBack) - 返回(保留上下文) + 返回(保留上下文) @else - 返回 + 返回 @endif - +
@endsection