fix: 修复alertRule列表页面阈值错误

This commit is contained in:
@changcode
2022-03-25 16:48:09 +08:00
parent b1e4745909
commit 29900d2948

View File

@@ -6,7 +6,7 @@
import bus from '../../libs/bus'
import { formatScientificNotation } from '@/components/common/js/tools'
function none (value, index) {
const scientificNotationValue = formatScientificNotation(num, dot)
const scientificNotationValue = formatScientificNotation(value, 2)
if (!numberWithEConvent(scientificNotationValue)) {
return scientificNotationValue
}