服务器模块表格字段及取值字段调整

This commit is contained in:
任珮宇 2024-02-05 18:46:48 +08:00
parent c87c4ba6f7
commit aad8721800

View File

@ -156,9 +156,9 @@ const columns = [
},
},
{
title: 'DISK USAGE',
title: 'MEMORY FREE',
align: 'center',
dataIndex: 'diskUsage',
dataIndex: 'memoryFree',
scopedSlots: {
customRender: 'disk',
},