3
0
Fork 0

feat(jcsz): rm min props

This commit is contained in:
yeweikangxx123 2025-08-20 22:00:28 +08:00 committed by woody
parent 76dca42689
commit 0162ad6e42
2 changed files with 0 additions and 2 deletions

View File

@ -341,7 +341,6 @@
:placeholder="'请输入'" :placeholder="'请输入'"
:controls="false" :controls="false"
:step="1" :step="1"
:min="1"
:max="1000000" :max="1000000"
/> />
</el-form-item> </el-form-item>

View File

@ -303,7 +303,6 @@
:placeholder="'请输入'" :placeholder="'请输入'"
:controls="false" :controls="false"
:step="1" :step="1"
:min="1"
:max="1000000" :max="1000000"
/> />
</el-form-item> </el-form-item>