|
@@ -218,7 +218,7 @@ export default {
|
|
|
return this.sumForm.cardOilsType.includes(ele.cardType)
|
|
|
})
|
|
|
|
|
|
- const oilType = ["汽油卡", "柴油卡", "非油品卡", "LNG卡", "CNG卡"];
|
|
|
+ const oilType = ['',"汽油卡", "柴油卡", "非油品卡", "LNG卡", "CNG卡"];
|
|
|
this.sumForm.cardOilsType.map((ele, index) => {
|
|
|
this.sumForm.cardOilsType[index] = oilType[ele];
|
|
|
});
|