From 055db04e41b20b1cf85b108e0b99830e7dd878c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 02:55:18 +0800 Subject: [PATCH] fix(batch): remove duplicate retry_syncable link on batch show page --- resources/views/admin/platform_batches/show.blade.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/resources/views/admin/platform_batches/show.blade.php b/resources/views/admin/platform_batches/show.blade.php index b07155c..affc3d4 100644 --- a/resources/views/admin/platform_batches/show.blade.php +++ b/resources/views/admin/platform_batches/show.blade.php @@ -135,10 +135,6 @@ 本批次可同步重试 @endif - @if(($governanceLinks['retry_syncable'] ?? '') !== '') - - 本批次可同步重试 - @endif @if(($governanceLinks['retry_processable'] ?? '') !== '') 本批次可再次尝试(可BMPA处理)