This commit is contained in:
Taric Xin
2021-12-22 21:00:37 +08:00
parent 51326de661
commit 716bbea97c
8 changed files with 209 additions and 163 deletions

View File

@ -159,14 +159,25 @@ export class RechargeRecordComponent implements OnInit {
return [
{ title: '充值时间', index: 'updatedAt', type: 'date' },
{ title: '充值单号', index: 'callNo' },
{ title: '账户主体', index: 'callNo' },
{ title: '网络货运人', index: 'callNo' },
{ title: '银行类型', index: 'callNo' },
{ title: '账户类型', index: 'callNo' },
{ title: '账户名称', index: 'callNo' },
{ title: '虚拟账户', index: 'callNo' },
{ title: '账户类型', index: 'callNo' },
{ title: '充值金额', index: 'callNo' },
{ title: '充值银行账户', index: 'callNo',format: item=> `中国招商银行</br>6238293829388888` },
{ title: '充值方式', index: 'callNo' },
{ title: '充值状态', index: 'callNo' },
{ title: '银行流水号', index: 'callNo' }
{ title: '银行流水号', index: 'callNo' },
{
title: '操作',
buttons: [
{
text: '查看回单',
// click: item => this.router.navigate(['/financial-management/freight-account/detail/1'])
}
]
}
];
}
}