Merge remote-tracking branch 'origin/master'

This commit is contained in:
齐天大圣 2024-03-16 09:14:00 +08:00
commit b49b8c72f0

View File

@ -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>