|
@@ -42,7 +42,7 @@
|
|
|
</div>
|
|
|
<div class="monitor">
|
|
|
<div class="monitor-header">
|
|
|
- <el-progress :color="$store.state.settings.theme" type="circle" :percentage=" `${((info.disk.free / info.disk.total) * 100).toFixed(2)}` " />
|
|
|
+ <el-progress :color="$store.state.settings.theme" type="circle" :percentage=" Number(( info.disk.free / info.disk.total * 100).toFixed(2))" />
|
|
|
</div>
|
|
|
<div class="monitor-footer">
|
|
|
<Cell label="总内存" :value="info.disk.total+'G'" border />
|