fix: 修复网格出入方向名称不对的问题,以及单位显示问题
This commit is contained in:
@@ -190,7 +190,7 @@ export default {
|
||||
* 计算上下行使用占比
|
||||
*/
|
||||
computeUsage (e, bandwidth) {
|
||||
return Math.ceil((e / bandwidth) * 100)
|
||||
return (e / bandwidth)
|
||||
},
|
||||
/**
|
||||
* 本地计算npm分数
|
||||
|
||||
Reference in New Issue
Block a user