mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-06-19 06:42:00 +08:00
【代码优化】】商城: 满减送活动提示弱化一点
This commit is contained in:
parent
9aa7706722
commit
9329978f6d
@ -58,9 +58,6 @@
|
||||
积分
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-tag type="warning"> 当赠送积分为 0 时,表示不赠送积分</el-tag>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<span>送优惠券:</span>
|
||||
<RewardRuleCouponSelect ref="rewardRuleCouponSelectRef" v-model="rule!" />
|
||||
@ -72,6 +69,9 @@
|
||||
<el-col :span="24" class="mt-10px">
|
||||
<el-button type="primary" @click="addRule">添加优惠规则</el-button>
|
||||
</el-col>
|
||||
<el-col :span="24">
|
||||
<el-tag type="warning"> 赠送积分为 0 时不赠送。未选优惠券时不赠送。</el-tag>
|
||||
</el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
|
@ -1,8 +1,6 @@
|
||||
<template>
|
||||
<el-button class="ml-10px" type="text" @click="selectCoupon">添加优惠卷</el-button>
|
||||
<el-col :span="24">
|
||||
<el-tag type="warning"> 当没有选择优惠券时,表示不赠送优惠券</el-tag>
|
||||
</el-col>
|
||||
|
||||
<div
|
||||
v-for="(item, index) in list"
|
||||
:key="item.id"
|
||||
|
Loading…
x
Reference in New Issue
Block a user