Explorar el Código

fix:修改是否赠送流量的默认值

zeng.chen hace 3 meses
padre
commit
58f0ee78fa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/flowpackage/list/index.vue

+ 1 - 1
src/views/flowpackage/list/index.vue

@@ -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) {