价格优化

This commit is contained in:
bb_pan 2025-10-28 17:19:18 +08:00
parent 6e1e1c0971
commit 4fc8bb6606
1 changed files with 4 additions and 4 deletions

View File

@ -460,7 +460,7 @@
placeholder="请输入"
maxlength="20"
controls-position="right"
:min="0" :max="99999"
:min="0" :max="999999999"
style="width: 100%"
/>
</el-form-item>
@ -476,7 +476,7 @@
v-model="form.buyPrice"
placeholder="请输入"
controls-position="right"
:min="0" :max="99999"
:min="0" :max="999999999"
maxlength="20"
style="width: 100%"
/>
@ -507,7 +507,7 @@
placeholder="请输入"
maxlength="20"
controls-position="right"
:min="0" :max="99999"
:min="0" :max="999999999"
style="width: 100%"
/>
</el-form-item>
@ -602,7 +602,7 @@
<el-input-number
v-model="form.holdingTime"
controls-position="right"
:min="0" :max="99999"
:min="0" :max="999999999"
placeholder="请输入"
maxlength="20"
style="width: 100%"