forked from angelo/web-retail-admin
feat(jcsz): rm min props
This commit is contained in:
parent
5362c5258e
commit
cc56a42e21
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue