处理电话账单
This commit is contained in:
@@ -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>';
|
||||
|
Reference in New Issue
Block a user