diff --git a/src/pages/ElecEvaluation/AbnormalAlarm/index.tsx b/src/pages/ElecEvaluation/AbnormalAlarm/index.tsx index b7a1f8d..5018166 100644 --- a/src/pages/ElecEvaluation/AbnormalAlarm/index.tsx +++ b/src/pages/ElecEvaluation/AbnormalAlarm/index.tsx @@ -70,7 +70,7 @@ const AbnormalAalarm: React.FC<{}> = () => { } }, { - title: '处理状态', dataIndex: 'status', align: 'center', hideInSearch: true, + title: '处理状态', dataIndex: 'status', align: 'center', hideInSearch: false, valueEnum: { 0: { text: '未处理' }, 1: { text: '已处理' },