From 82297a0f08ea9079fcdf751bb31476b5f11f7027 Mon Sep 17 00:00:00 2001 From: Sun <95302870@qq.com> Date: Wed, 17 Jan 2024 15:07:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A1=AC=E7=9B=98=E7=8A=B6=E6=80=81=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=94=B9=E4=B8=BA=E5=B7=B2=E7=94=A8=E5=92=8C=E5=89=A9?= =?UTF-8?q?=E4=BD=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue index 41898d2..a813ee0 100644 --- a/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue +++ b/src/components/deskModule/SystemMonitor/AppIconSystemMonitor/Disk.vue @@ -61,7 +61,7 @@ onUnmounted(() => { :progress-height="5" :percentage="correctionNumber(diskState?.usedPercent || 0)" :card-type-style="cardTypeStyle" - :info-card-right-text="`${formatdiskSize(formatdiskToByte(diskState?.total || 0))}/${formatdiskSize(formatdiskToByte(diskState?.free || 0))}`" + :info-card-right-text="`${formatdiskSize(formatdiskToByte(diskState?.used || 0))}/${formatdiskSize(formatdiskToByte(diskState?.free || 0))}`" :info-card-left-text="diskState?.mountpoint" :text-color="textColor" />