lex 1 年之前
父节点
当前提交
8445cbae7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/pms/product/index.vue

+ 1 - 1
src/views/pms/product/index.vue

@@ -322,7 +322,7 @@
         <el-table-column label="销售价格" align="center">
           <template slot-scope="scope">
             <!-- <el-input v-model="scope.row.price"></el-input> -->
-            <el-input-number :controls="false" class="number-input" v-model="scope.row.price" :min="1" :max="999999" :precision="2"
+            <el-input-number :controls="false" class="number-input" v-model="scope.row.price" :min="0.01" :max="999999" :precision="2"
             type="number"></el-input-number>
           </template>
         </el-table-column>