@@ -316,7 +316,7 @@
v-if="table_type === 'add'"
:values="scope.row.new_sale_price"
:placeholder="'售价'"
- :min="scope.row.new_sale_price"
+ :min="0"
:max="100000000000"
:position="'right'"
:precision="2"