fix: 修复alertRule 别表页面阈值错误
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
import bus from '../../libs/bus'
|
import bus from '../../libs/bus'
|
||||||
import { formatScientificNotation } from '@/components/common/js/tools'
|
import { formatScientificNotation } from '@/components/common/js/tools'
|
||||||
function none (value, index) {
|
function none (value, index) {
|
||||||
const scientificNotationValue = formatScientificNotation(num, dot)
|
const scientificNotationValue = formatScientificNotation(value, 2)
|
||||||
if (!numberWithEConvent(scientificNotationValue)) {
|
if (!numberWithEConvent(scientificNotationValue)) {
|
||||||
return scientificNotationValue
|
return scientificNotationValue
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user