mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-19 12:24:09 +00:00
Merge branch 'minor-change/active-bank' into 'master'
added bank name label to active bank setting dropdown list See merge request CIEFWorldwideSdnBhd/exchange!128
This commit is contained in:
@@ -75,7 +75,7 @@ export default {
|
||||
this.options_CIEF = malaysiaBankData.map(function(item){
|
||||
return {
|
||||
value : item.id,
|
||||
label : item.company_name + " - " + item.acc_no,
|
||||
label : item.company_name + " : " + item.bank_name + " : " + item.acc_no,
|
||||
};
|
||||
});
|
||||
})
|
||||
@@ -97,7 +97,7 @@ export default {
|
||||
this.options_china_bank = chinaBankData.map(function(item){
|
||||
return {
|
||||
value : item.id,
|
||||
label : item.company_name + " - " + item.acc_no,
|
||||
label : item.company_name + " : " + item.bank_name + " : " + item.acc_no,
|
||||
};
|
||||
});
|
||||
this.options_china_bank.unshift({
|
||||
|
||||
Reference in New Issue
Block a user