@@ -267,7 +267,7 @@ export default {
},
// 是否赠送流量
giftFormatter(row) {
- return this.selectDictLabel(this.recommendOptions, row.isGift);
+ return this.selectDictLabel(this.recommendOptions, row.isGift ?? 1);
// 关联设备
devFormatter(row) {