Commit be65c683 authored by wanli's avatar wanli

update

parent d8b18613
...@@ -102,14 +102,14 @@ ...@@ -102,14 +102,14 @@
show-overflow-tooltip show-overflow-tooltip
> >
<template slot-scope="scope">{{ scope.row.free_size }}(KB)</template> <template slot-scope="scope">{{ scope.row.free_size }}(KB)</template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
label="gc_usage" label="heap_map_size"
min-width="180" min-width="180"
show-overflow-tooltip show-overflow-tooltip
> >
<template slot-scope="scope">{{ scope.row.gc_usage }}(KB)</template> <template slot-scope="scope">{{ scope.row.heap_map_size }}(KB)</template>
</el-table-column> --> </el-table-column>
<el-table-column <el-table-column
label="heap_total_size" label="heap_total_size"
min-width="180" min-width="180"
...@@ -204,7 +204,7 @@ export default { ...@@ -204,7 +204,7 @@ export default {
form: { form: {
system: ['free_size'], system: ['free_size'],
lvgl: ['total_size', 'free_size', 'free_biggest_size'], lvgl: ['total_size', 'free_size', 'free_biggest_size'],
evm: ['total_size', 'free_size', 'heap_total_size', 'heap_used_size', 'stack_total_size', 'stack_used_size'], evm: ['total_size', 'free_size', 'heap_map_size', 'heap_total_size', 'heap_used_size', 'stack_total_size', 'stack_used_size'],
image: ['png_uncompressed_size', 'png_file_size', 'length'] image: ['png_uncompressed_size', 'png_file_size', 'length']
}, },
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment