lilei 3 년 전
부모
커밋
a54cd74c22
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/numsGoodsShelves/shelfSet/bindProductModal.vue

+ 1 - 1
src/views/numsGoodsShelves/shelfSet/bindProductModal.vue

@@ -52,7 +52,7 @@
                 id="shelfSet-bindProduct-cost"
                 v-model="form.cost"
                 :precision="2"
-                :min="0.01"
+                :min="0"
                 :max="999999"
                 placeholder="请输入正数(最多允许两位小数)"
                 suffix="元"