Skip to content

Commit 5d3dbb5

Browse files
committed
refactor🎨:修改机器存储名称
1 parent 1e8bba3 commit 5d3dbb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/sys-tools/monitor.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
<el-progress :color="$store.state.settings.theme" type="circle" :percentage=" Number(( info.disk.free / info.disk.total * 100).toFixed(2))" />
4646
</div>
4747
<div class="monitor-footer">
48-
<Cell label="总内存" :value="info.disk.total+'G'" border />
49-
<Cell label="已用内存" :value="info.disk.free+'G'" />
48+
<Cell label="总空间" :value="info.disk.total+'G'" border />
49+
<Cell label="可用空间" :value="info.disk.free+'G'" />
5050
</div>
5151
</div>
5252
</el-card>

0 commit comments

Comments
 (0)