diff --git a/src/views/abnormalAlarm/databaseMonitor/overview/index.vue b/src/views/abnormalAlarm/databaseMonitor/overview/index.vue index 6a8bc3c..98c40b8 100644 --- a/src/views/abnormalAlarm/databaseMonitor/overview/index.vue +++ b/src/views/abnormalAlarm/databaseMonitor/overview/index.vue @@ -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', },