fix: bps改为1000进制

This commit is contained in:
chenjinsong
2022-04-06 14:48:46 +08:00
parent faf176cf27
commit 42d6efa6ee
4 changed files with 21 additions and 10 deletions

View File

@@ -123,6 +123,7 @@ export const unitTypes = {
time: 'time',
number: 'number',
byte: 'byte',
bps: 'bps',
string: 'string',
percent: 'percent'
}