From fab7b4570cb200ea93cb320978910c0dcf17678f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=BB=E7=8F=AE=E5=AE=87?= Date: Sun, 4 Feb 2024 10:13:54 +0800 Subject: [PATCH] =?UTF-8?q?Database=20Monitor=20=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abnormalAlarm/databaseMonitor/overview/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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', },