edit
This commit is contained in:
@ -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'])
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user