Database Monitor 列表字段调整

This commit is contained in:
任珮宇 2024-02-04 10:13:54 +08:00
parent 165a05baf9
commit fab7b4570c

View File

@ -207,25 +207,25 @@ const columns = [
},
},
{
title: 'CPU UTILIZATION',
title: 'DB MEMORY',
align: 'center',
dataIndex: 'cpuUutilzation',
dataIndex: ' dbMemory',
scopedSlots: {
customRender: 'cpu',
},
},
{
title: 'MEMORY USAGE',
title: 'LOG REMAINING SIZE',
align: 'center',
dataIndex: 'memoryUsage',
dataIndex: 'logRemainingSize',
scopedSlots: {
customRender: 'memory',
},
},
{
title: 'DISK USAGE',
title: 'DB SIZE',
align: 'center',
dataIndex: 'diskUsage',
dataIndex: 'dbSize',
scopedSlots: {
customRender: 'disk',
},