lilei 1 month ago
parent
commit
417f9812a5
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/promotionRulesManagement/dealerPromotions/detail.vue

+ 3 - 2
src/views/promotionRulesManagement/dealerPromotions/detail.vue

@@ -79,7 +79,8 @@
           </template>
           <!-- 规则 -->
           <template slot="ruleProduct" slot-scope="text, record">
-            <div v-if="record.promotionRuleType == 'BUY_PROD_GIVE_PROD'">
+            <div v-html="record.ruleInfo"></div>
+            <!-- <div v-if="record.promotionRuleType == 'BUY_PROD_GIVE_PROD'">
               <div>{{ record.stackFlag==='1'?'规则叠加;':'' }}{{ record.accrualFlag==='1'?'数量叠加;':'' }}{{ record.convertExpenseFlag==='1'?'可转费用报销单;':'' }}</div>
               <div v-if="record.giveRuleList && record.giveRuleList.length>0">
                 <div v-for="item in record.giveRuleList" :key="item.scopeLevel">
@@ -110,7 +111,7 @@
               <span v-else>各级别价直降;省级直降{{ toThousands(record.provinceValue) }},市级直降{{ toThousands(record.cityValue) }},特约直降{{ toThousands(record.specialValue) }}</span>
               <div v-if="record.borrowTimeLimtType">产品累计:{{ record.borrowTimeLimtTypeDictValue }}{{ record.borrowedShowFlag==='1'?',':'' }}<span v-if="record.borrowedShowFlag==='1'">加盟商显示“转促”标签;</span></div>
             </div>
-            <div v-else>--</div>
+            <div v-else>--</div> -->
           </template>
           <!-- 操作 -->
           <template slot="action" slot-scope="text, record">