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,