| | |
| | | </Input> |
| | | <span class="describe">店铺承担比例,输入0-100之间数值</span> |
| | | </FormItem> |
| | | <FormItem label="发放数量" prop="publishNum" v-if="form.getType === 'FREE'"> |
| | | <FormItem label="发放数量" prop="publishNum" > |
| | | <Input :disabled="disabled" v-model="form.publishNum" placeholder="发放数量" style="width: 260px" /> |
| | | <div class="tips">如果发放数量为0时,则代表不限制发放数量</div> |
| | | </FormItem> |
| | | <FormItem label="领取数量限制" prop="couponLimitNum" v-if="form.getType === 'FREE'"> |
| | | <FormItem label="领取数量限制" prop="couponLimitNum"> |
| | | <Input :disabled="disabled" v-model="form.couponLimitNum" placeholder="领取限制" clearable |
| | | style="width: 260px" /> |
| | | <div class="tips">如果领取数量为0时,则代表不限制领取数量</div> |