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', align: 'center',
dataIndex: 'cpuUutilzation', dataIndex: ' dbMemory',
scopedSlots: { scopedSlots: {
customRender: 'cpu', customRender: 'cpu',
}, },
}, },
{ {
title: 'MEMORY USAGE', title: 'LOG REMAINING SIZE',
align: 'center', align: 'center',
dataIndex: 'memoryUsage', dataIndex: 'logRemainingSize',
scopedSlots: { scopedSlots: {
customRender: 'memory', customRender: 'memory',
}, },
}, },
{ {
title: 'DISK USAGE', title: 'DB SIZE',
align: 'center', align: 'center',
dataIndex: 'diskUsage', dataIndex: 'dbSize',
scopedSlots: { scopedSlots: {
customRender: 'disk', customRender: 'disk',
}, },