From 72d8f6d52d2adf4865de31fc3429d7a5e684c17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=81=E5=B8=85?= Date: Tue, 13 Sep 2022 10:52:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E5=B8=B8=E5=91=8A=E8=AD=A6=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=A4=84=E7=90=86=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ElecEvaluation/AbnormalAlarm/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '已处理' },