异常告警增加处理状态
This commit is contained in:
@ -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: '已处理' },
|
||||||
|
Reference in New Issue
Block a user