Commit b6ddf1d8 authored by 张海景's avatar 张海景

update:修改小包数只能用整数

parent a51f9c2b
......@@ -204,7 +204,7 @@
</u-col>
<u-col span="3">
<u-form-item label="小包数:" prop="minPackageNum">
<u-number-box :min="0" :positive-integer="false" :input-width="150" v-model="feedback.minPackageNum"></u-number-box>
<u-number-box :min="0" :positive-integer="true" :input-width="150" v-model="feedback.minPackageNum"></u-number-box>
</u-form-item>
</u-col>
<u-col span="6">
......
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