|
|
@@ -14,22 +14,22 @@
|
|
|
inactive-value="0"
|
|
|
></el-switch>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="老人奖励" prop="resource" v-if="ruleForm.switch == 1">
|
|
|
- <el-input v-model="ruleForm.prize"></el-input>
|
|
|
+ <el-form-item label="老客户奖励" prop="resource" v-if="ruleForm.switch == 1">
|
|
|
+ <el-input v-model="ruleForm.prize" style="width: 200px"></el-input>
|
|
|
</el-form-item>
|
|
|
- <el-form-item label="新人奖励" prop="name" v-if="ruleForm.switch == 1">
|
|
|
+ <el-form-item label="新客户奖励" prop="name" v-if="ruleForm.switch == 1">
|
|
|
<div class="flex-center flex-wrap">
|
|
|
- <el-input v-model="ruleForm.amount" style="width: 150px"></el-input>
|
|
|
+ <el-input v-model="ruleForm.amount" style="width: 60px"></el-input>
|
|
|
<div class="prompt-text">元优惠券,满</div>
|
|
|
- <el-input v-model="ruleForm.miniCost" style="width: 150px"></el-input>
|
|
|
+ <el-input v-model="ruleForm.miniCost" style="width: 60px"></el-input>
|
|
|
<div class="prompt-text">元可以使用,领取后</div>
|
|
|
- <el-input v-model="ruleForm.duration" style="width: 150px"></el-input>
|
|
|
+ <el-input v-model="ruleForm.duration" style="width: 60px"></el-input>
|
|
|
<div class="prompt-text">天内有效。</div>
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|
|
|
<div class="app-color-3">
|
|
|
- 新人奖励可以设置得高一些,这样可以吸引新客户到店消费。
|
|
|
+ 建议通过邀请方式,新人获得的奖励,比注册会员获得奖励高一些,这样可以提高邀请的积极性。
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
<el-form-item>
|