edit
This commit is contained in:
@ -14,6 +14,10 @@
|
||||
nz-range-picker {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.text-truncate {
|
||||
white-space: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.expend-options {
|
||||
|
||||
@ -157,20 +157,23 @@ export class RechargeRecordComponent implements OnInit {
|
||||
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '充值时间', index: 'createTime', type: 'date' },
|
||||
{ title: '充值单号', index: 'rechargeNo' },
|
||||
{ title: '网络货运人', index: 'ltdName' },
|
||||
{ title: '银行类型', index: 'bankTypeLabel' },
|
||||
{ title: '账户类型', index: 'accountTypeLabel' },
|
||||
{ title: '账户名称', index: 'rechargeName' },
|
||||
{ title: '虚拟账户', index: 'virtualAccount' },
|
||||
{ title: '充值金额', index: 'rechargeAmount' },
|
||||
{ title: '充值银行账户', render: 'transferBankAccount' },
|
||||
{ title: '充值方式', index: 'payChannelLabel' },
|
||||
{ title: '充值状态', index: 'rechargeStatusLabel' },
|
||||
{ title: '银行流水号', index: 'paySerialNumber' },
|
||||
{ title: '充值时间', index: 'createTime', type: 'date', width: 180 },
|
||||
{ title: '充值单号', index: 'rechargeNo', width: 120 },
|
||||
{ title: '网络货运人', index: 'ltdName', width: 120 },
|
||||
{ title: '银行类型', index: 'bankTypeLabel', width: 100 },
|
||||
{ title: '账户类型', index: 'accountTypeLabel', width: 100 },
|
||||
{ title: '账户名称', index: 'rechargeName', width: 100 },
|
||||
{ title: '虚拟账户', index: 'virtualAccount', width: 100 },
|
||||
{ title: '充值金额', index: 'rechargeAmount', width: 100 },
|
||||
{ title: '充值银行账户', render: 'transferBankAccount', width: 140 },
|
||||
{ title: '充值方式', index: 'payChannelLabel', width: 100 },
|
||||
{ title: '充值状态', index: 'rechargeStatusLabel', width: 100 },
|
||||
{ title: '银行流水号', index: 'paySerialNumber', width: 120 },
|
||||
{
|
||||
title: '操作',
|
||||
width: 100,
|
||||
fixed: 'right',
|
||||
className: 'text-center',
|
||||
buttons: [
|
||||
{
|
||||
text: '查看回单'
|
||||
|
||||
Reference in New Issue
Block a user