价格优化
This commit is contained in:
parent
6e1e1c0971
commit
4fc8bb6606
|
|
@ -460,7 +460,7 @@
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
:min="0" :max="99999"
|
:min="0" :max="999999999"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
@ -476,7 +476,7 @@
|
||||||
v-model="form.buyPrice"
|
v-model="form.buyPrice"
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
:min="0" :max="99999"
|
:min="0" :max="999999999"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
/>
|
/>
|
||||||
|
|
@ -507,7 +507,7 @@
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
:min="0" :max="99999"
|
:min="0" :max="999999999"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
@ -602,7 +602,7 @@
|
||||||
<el-input-number
|
<el-input-number
|
||||||
v-model="form.holdingTime"
|
v-model="form.holdingTime"
|
||||||
controls-position="right"
|
controls-position="right"
|
||||||
:min="0" :max="99999"
|
:min="0" :max="999999999"
|
||||||
placeholder="请输入"
|
placeholder="请输入"
|
||||||
maxlength="20"
|
maxlength="20"
|
||||||
style="width: 100%"
|
style="width: 100%"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue