fix: 调整visits=0时显示<0.01的问题
This commit is contained in:
@@ -77,7 +77,8 @@ export const unitTypes = {
|
||||
time: 'time',
|
||||
number: 'number',
|
||||
byte: 'byte',
|
||||
string: 'string'
|
||||
string: 'string',
|
||||
percent: 'percent'
|
||||
}
|
||||
|
||||
export const chartTableDefaultPageSize = 10 // table类型图表默认每页数据量
|
||||
|
||||
Reference in New Issue
Block a user