我的卡片 ({{ cardList.length }})
{{
item.cardOilsType == 1
? "汽油卡"
: item.cardOilsType == 2
? "柴油卡"
: ""
}}
余额 {{ item.amt.toFixed(2) }}元