fix: 1310 填写协议的租赁期限的数字过大时,页面会报错

This commit is contained in:
binbin_pan 2024-04-25 13:19:04 +08:00
parent 62aeaf6cfd
commit 646456b1c6
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@
placeholder="请输入租赁期限(天)"
controls-position="right"
:min="0"
:max="9999"
style="width: 100%"
/>
</el-form-item>