From d8593c736dbba77eca91aa9282f80bf04164cc99 Mon Sep 17 00:00:00 2001 From: liaozetao <1107136310@qq.com> Date: Mon, 22 Jan 2024 15:57:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/charge/ChargeRegionView.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/charge/ChargeRegionView.vue b/src/views/charge/ChargeRegionView.vue index 4ddae11..ea4a017 100644 --- a/src/views/charge/ChargeRegionView.vue +++ b/src/views/charge/ChargeRegionView.vue @@ -315,11 +315,11 @@ export default { width: '5%', formatter: function (val, row, index) { let color = 'black'; - if (val == 'Mycard點數卡' || val == 'MyCard會員點數' || val == 'MyCard Paypal' || val == 'MyCard信用卡' || val == '悠遊付' || val == 'ezPay 簡單付' || val == '台灣Pay' || val == 'icash Pay' || val == 'Pi 拍錢包' || val == '全支付') { + if (val == 'MyCard點數卡' || val == 'MyCard會員點數' || val == 'MyCard Paypal' || val == '信用卡' || val == '悠遊付' || val == 'ezPay 簡單付' || val == '台灣Pay' || val == 'icash Pay' || val == 'Pi 拍錢包' || val == '全支付' || val == 'LINE Pay') { color = 'green'; - } else if (val == '電子支付' || val == 'Mycard銀行轉賬') { + } else if (val == '電子支付' || val == '銀行轉賬') { color = 'blue'; - } else if (val == '市內電話帳單付款' || val == '行動電話帳單付款' || val == '電信數據ADSL帳單付款') { + } else if (val == '市內電話帳單' || val == '行動電話帳單' || val == '電信數據ADSL帳單') { color = 'orange'; } return '' + val + '';