BUG 29681
This commit is contained in:
@@ -268,7 +268,7 @@ export default {
|
|||||||
}).catch(() => 0)
|
}).catch(() => 0)
|
||||||
},
|
},
|
||||||
checkIntegral(v) {
|
checkIntegral(v) {
|
||||||
return /\.\d{2,}$/.test(v) ? Math.abs(v).toFixed(1) : v
|
return /\.\d{2,}$/.test(v) ? Math.abs(v).toFixed(1) : Math.abs(v)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user