bug
This commit is contained in:
parent
cf0eeb53ce
commit
04566e5718
@ -267,7 +267,7 @@
|
||||
<!-- 2-->
|
||||
<el-radio label="2" style="display: flex;align-items: center">
|
||||
<div class="h-box">
|
||||
<span style="margin-right: 5px">领券后第</span> <el-input style="width: 200px" placeholder="1" v-model="form.validityDay">
|
||||
<span style="margin-right: 5px">领券后第</span> <el-input style="width: 200px" type="number" min="0" placeholder="1" v-model="form.validityDay">
|
||||
<template slot="append">天生效</template>
|
||||
</el-input> <span style="margin-right: 5px; margin-left: 5px">有效期</span> <el-input type="number" min="0" placeholder="有效天数" style="width: 200px" v-model="form.validityTwo"><template slot="append">天</template></el-input>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user