Browse Source

修改bug

chenrui 1 year ago
parent
commit
1a1b4899f1

+ 1 - 1
src/views/promotionRulesManagement/dealerPromotions/sendAmountModal.vue

@@ -76,7 +76,7 @@
           <a-tooltip title="数量叠加:(如:满1000送200,金额叠加则:满2000送400,以此类推)" v-if="form.giveRuleType=='SUM_MONEY'">
             <a-icon type="question-circle" theme="filled" :style="{ fontSize: '14px', color: 'gray' ,'margin-left':'5px'}"/>
           </a-tooltip>
-          <a-tooltip title="按比例:(如满100元送2%,按比例则:满120送12元)" v-else>
+          <a-tooltip title="按比例:(如满100元送2%,按比例则:满120送2.4元)" v-else>
             <a-icon type="question-circle" theme="filled" :style="{ fontSize: '14px', color: 'gray' ,'margin-left':'5px'}"/>
           </a-tooltip>
           <div class="ruleDescList" v-if="form.giveRuleType==='SUM_MONEY'">