fix:修复单位 为none的有效数字未生效的问题
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
import bus from '../../libs/bus'
|
import bus from '../../libs/bus'
|
||||||
|
|
||||||
function none (value, index) {
|
function none (value, index) {
|
||||||
return value
|
return keepDoubleNumber(value)
|
||||||
}
|
}
|
||||||
function short (value, index, type = 1, dot) {
|
function short (value, index, type = 1, dot) {
|
||||||
if (type == 1) {
|
if (type == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user