We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://codesandbox.io/embed/vxe-table-3-x-vue-2-6-wen-ti-yan-shi-forked-2g1gk6?fontsize=14&hidenavigation=1&theme=dark
toFixed方法处理负数时,可能出现错误。
例子:
let k = -3007577.495 XEUtils.toFixed(k, 2)
结果为 -3007577.49,正确应该为 -3007577.50
-3007577.50
windows10
chrome 107.0.5304.107
The text was updated successfully, but these errors were encountered:
No branches or pull requests
可复现的链接:
https://codesandbox.io/embed/vxe-table-3-x-vue-2-6-wen-ti-yan-shi-forked-2g1gk6?fontsize=14&hidenavigation=1&theme=dark
问题描述与截图:
toFixed方法处理负数时,可能出现错误。
例子:
结果为 -3007577.49,正确应该为 -3007577.50
期望的结果:
-3007577.50
操作系统:
windows10
浏览器版本:
chrome 107.0.5304.107
The text was updated successfully, but these errors were encountered: