From 652cadd04af706122fb7a31a4e6bd07ca84c22c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 08:57:30 +0800 Subject: [PATCH] Platform batch show: escape spot-check link href --- resources/views/admin/platform_batches/show.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/admin/platform_batches/show.blade.php b/resources/views/admin/platform_batches/show.blade.php index dbfb68e..18f460f 100644 --- a/resources/views/admin/platform_batches/show.blade.php +++ b/resources/views/admin/platform_batches/show.blade.php @@ -123,7 +123,7 @@

抽样复核

@if(($spotCheck['url'] ?? '') !== '')
- {{ $spotCheck['label'] ?? '抽样复核' }} + {{ $spotCheck['label'] ?? '抽样复核' }} (从本批次成功集合抽一单,用于 spot-check)
@else