From 67b5a396db13a1baed29b9f7c632b202fe63ef53 Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Tue, 2 Dec 2025 12:16:19 +0800 Subject: [PATCH] =?UTF-8?q?flat:=20=E6=98=AF=E5=90=A6=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/RecruitmentDataCollection/JobMonitor/index.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/RecruitmentDataCollection/JobMonitor/index.tsx b/src/pages/RecruitmentDataCollection/JobMonitor/index.tsx index 868e86d..b5bba9b 100644 --- a/src/pages/RecruitmentDataCollection/JobMonitor/index.tsx +++ b/src/pages/RecruitmentDataCollection/JobMonitor/index.tsx @@ -74,6 +74,12 @@ function StorageDetectionList() { hideInSearch: true, ellipsis: true, }, + { + title: '是否异常', + dataIndex: 'failedReason', + valueType: 'text', + align: 'center', + }, { title: '操作', hideInSearch: true,