Database 分页列表删掉SLOW QUERY 这一列

This commit is contained in:
任珮宇 2024-01-30 15:51:44 +08:00
parent a00d8465c0
commit 139f7d3dd2

View File

@ -193,11 +193,11 @@ const columns = [
ellipsis: true, ellipsis: true,
width: 300, width: 300,
}, },
{ // {
title: 'SLOW QUERY', // title: 'SLOW QUERY',
align: 'center', // align: 'center',
dataIndex: 'slowQuery', // dataIndex: 'slowQuery',
}, // },
{ {
title: 'ALARMS', title: 'ALARMS',
align: 'center', align: 'center',