处理电话账单

This commit is contained in:
liaozetao
2024-01-22 14:08:37 +08:00
parent 12c3ad1e6e
commit 9258f46bdb

View File

@@ -319,7 +319,7 @@ export default {
color = 'green';
} else if (val == '電子支付' || val == 'Mycard銀行轉賬') {
color = 'blue';
} else if (val == '電話賬單') {
} else if (val == '市內電話帳單付款' || val == '行動電話帳單付款' || val == '電信數據ADSL帳單付款') {
color = 'orange';
}
return '<span style="color:' + color + ';">' + val + '</span>';