mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
fix: 修复监控单位错误
This commit is contained in:
@@ -307,10 +307,10 @@ const net = ref<any>({
|
||||
xAxis: [{ type: 'category', boundaryGap: false, data: data.value.times }],
|
||||
yAxis: [
|
||||
{
|
||||
name: '单位 Mb',
|
||||
name: '单位 MB',
|
||||
type: 'value',
|
||||
axisLabel: {
|
||||
formatter: '{value} Mb'
|
||||
formatter: '{value} MB'
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user