From 0d432fdf0ad4f32caf078d0d6467f49c75af8005 Mon Sep 17 00:00:00 2001
From: G17 LogZhang24 <3559322519@qq.com>
Date: Sat, 16 May 2026 14:57:58 +0800
Subject: [PATCH] Localize security batch status labels
---
.../security/pages/SecurityBatchesPage.tsx | 24 ++++++++++++++++---
daili/src/types/labels.ts | 9 +++++++
2 files changed, 30 insertions(+), 3 deletions(-)
diff --git a/daili/src/features/security/pages/SecurityBatchesPage.tsx b/daili/src/features/security/pages/SecurityBatchesPage.tsx
index 92b8627..fcb6931 100644
--- a/daili/src/features/security/pages/SecurityBatchesPage.tsx
+++ b/daili/src/features/security/pages/SecurityBatchesPage.tsx
@@ -5,7 +5,7 @@ import { FunnelStepper } from '../../../components/security/FunnelStepper';
import { Badge } from '../../../components/ui/Badge';
import { ErrorState } from '../../../components/ui/ErrorState';
import { LoadingState } from '../../../components/ui/LoadingState';
-import { EXECUTION_STATUS_LABELS, RISK_LEVEL_LABELS, SCAN_OUTCOME_LABELS } from '../../../types/labels';
+import { BATCH_STATUS_LABELS,EXECUTION_STATUS_LABELS, RISK_LEVEL_LABELS, SCAN_OUTCOME_LABELS } from '../../../types/labels';
import { SecurityBatchDetail, SecurityBatchSummary } from '../../../types';
const PAGE_LIMIT = 20;
@@ -89,7 +89,7 @@ export function SecurityBatchesPage() {
{detail.batch.batchId}
-