异常告警增加处理状态

This commit is contained in:
袁帅
2022-09-13 10:52:27 +08:00
parent 0c8dfcc992
commit 72d8f6d52d

View File

@ -70,7 +70,7 @@ const AbnormalAalarm: React.FC<{}> = () => {
} }
}, },
{ {
title: '处理状态', dataIndex: 'status', align: 'center', hideInSearch: true, title: '处理状态', dataIndex: 'status', align: 'center', hideInSearch: false,
valueEnum: { valueEnum: {
0: { text: '未处理' }, 0: { text: '未处理' },
1: { text: '已处理' }, 1: { text: '已处理' },