礼品卡

This commit is contained in:
齐天大圣 2024-03-15 18:13:06 +08:00
parent 5682a689c1
commit f8f4824e3e

View File

@ -245,7 +245,7 @@
<el-radio-group v-model="form.timeType">
<!-- 0 -->
<el-radio label="0" style="display: flex;align-items: center" >
<div class="h-box"> <span style="margin-right: 5px">领券后立即生效有效期 </span> <el-input placeholder="有效天数" type="number" style="width: 200px" v-model="form.validityZero">
<div class="h-box"> <span style="margin-right: 5px">领券后立即生效有效期 </span> <el-input placeholder="有效天数" type="number" min="0" style="width: 200px" v-model="form.validityZero">
<template slot="append"></template>
</el-input> </div>
@ -261,7 +261,7 @@
placeholder="选择日期">
</el-date-picker>
<span style="margin-right: 5px; margin-left: 5px">有效期</span>
<el-input type="number" placeholder="有效天数" style="width: 200px" v-model="form.validityOne"><template slot="append"></template></el-input>
<el-input type="number" min="0" placeholder="有效天数" style="width: 200px" v-model="form.validityOne"><template slot="append"></template></el-input>
</div>
</el-radio>
<!-- 2-->
@ -269,7 +269,7 @@
<div class="h-box">
<span style="margin-right: 5px">领券后第</span> <el-input style="width: 200px" 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" placeholder="" style="width: 200px" v-model="form.validityTwo"><template slot="append"></template></el-input>
</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>
</el-radio>