使用 precision 四舍五入

1
2
3
4
5
6
<InputNumber
:min="1"
:max="999"
:defaultValue="1"
:precision="0"
/>