浏览代码

Merge branch 'develop_yh13' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh13

lilei 2 年之前
父节点
当前提交
e851d7e5ef
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/productManagement/productInfoJg/editPriceModal.vue

+ 2 - 2
src/views/productManagement/productInfoJg/editPriceModal.vue

@@ -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>
         <a-form-model-item label="自定义车主价" prop="dealerProductPrice.carOwnersPrice">
           <a-input-number
-            :min="0"
+            :min="0.01"
             :max="999999"
             :precision="2"
             v-model.trim="form.dealerProductPrice.carOwnersPrice"