|
@@ -629,7 +629,7 @@ export default {
|
|
|
this.tableData.push({
|
|
|
...item,
|
|
|
ruleType: item.promotionRule.promotionRuleType,
|
|
|
- promotionRuleType: item.promotionRule.promotionRuleTypeDictValue,
|
|
|
+ promotionRuleType: item.promotionRule.promotionRuleTypeAliasDictValue,
|
|
|
promotionRuleDesc: item.promotionRule.description,
|
|
|
promotionTitle: item.promotion.title,
|
|
|
// 门槛
|