fix: 解决冲突

This commit is contained in:
@changcode
2022-04-26 14:23:47 +08:00
parent 36932a24b9
commit 34e9e9cf81

View File

@@ -94,8 +94,8 @@
entityData.bytesSentRate
? unitConvert(
entityData.bytesSentRate,
unitTypes.bps,
).join(' ')
unitTypes.byte,
).join(' ') + 'ps'
: '-'
}}</span>
<!-- 曲线-->