调整显示

This commit is contained in:
wenc000 2020-08-12 11:47:18 +08:00
parent f7986323b9
commit a8fbb1d572

View File

@ -111,7 +111,7 @@
min: 0,
max: disk.total,
detail: {formatter: '{value}GB'},
data: [{value: (parseFloat(disk.total) - parseFloat(disk.free)).toFixed(2), name: '磁盘使用'}]
data: [{value: (parseFloat(disk.total) - parseFloat(disk.usable)).toFixed(2), name: '磁盘使用'}]
}
]
});