@@ -26,7 +26,7 @@
</a-form-model-item>
<a-form-model-item label="自定义终端价" prop="dealerProductPrice.terminalPrice">
<a-input-number
- :min="0"
+ :min="0.01"
:max="999999"
:precision="2"
v-model.trim="form.dealerProductPrice.terminalPrice"
@@ -39,7 +39,7 @@
<a-form-model-item label="自定义车主价" prop="dealerProductPrice.carOwnersPrice">
v-model.trim="form.dealerProductPrice.carOwnersPrice"