Commit 7d5bfa1f authored by knight's avatar knight Committed by wux

年度发货量和年度发货次数最小值设为0

parent a3d71df3
......@@ -239,7 +239,7 @@
<el-col :span="12">
<el-form-item :label="$t('年度发货量')">
<el-input-number v-model="form.weightYearly" :min="1" />
<el-input-number v-model="form.weightYearly" :min="0" />
</el-form-item>
</el-col>
<el-col :span="12">
......@@ -252,7 +252,7 @@
</el-col>
<el-col :span="12">
<el-form-item :label="$t('年度发货次数')">
<el-input-number v-model="form.numYearly" :min="1" />
<el-input-number v-model="form.numYearly" :min="0" />
</el-form-item>
</el-col>
</el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment