e
This commit is contained in:
@ -165,7 +165,9 @@ export class DriverAccountDetailComponent implements OnInit {
|
||||
{ title: '交易时间', index: 'createTime', type: 'date' },
|
||||
{ title: '流水号', index: 'channelPaySn' },
|
||||
{ title: '交易类型', index: 'tradeTypeLabel', className: 'text-center' },
|
||||
{ title: '关联单号', index: 'businessNumber' },
|
||||
{ title: '交易单号', index: 'businessNumber' },
|
||||
{ title: '订单号', index: 'orderSn' },
|
||||
{ title: '运单号', index: 'transportSn' },
|
||||
{ title: '收支类型', index: 'incomeTypeLabel', className: 'text-center' },
|
||||
{
|
||||
title: '交易金额',
|
||||
@ -182,7 +184,10 @@ export class DriverAccountDetailComponent implements OnInit {
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) }
|
||||
}
|
||||
},
|
||||
{ title: '付款方', index: 'payName'},
|
||||
{ title: '收款方', index: 'payeeName' },
|
||||
{ title: '备注', index: 'tradeContent' },
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
@ -164,7 +164,7 @@ export class DriverAccountComponent implements OnInit {
|
||||
{ title: '司机姓名', width: 140, index: 'name' },
|
||||
{ title: '证件号码', width: 140, index: 'idNo' },
|
||||
{ title: '手机号', width: 140, index: 'phone' },
|
||||
{ title: '网络货运人', width: 140, index: 'ltdName' },
|
||||
{ title: '网络货运人', width: 180, index: 'ltdName' },
|
||||
{ title: '银行类型', width: 120, index: 'bankTypeLabel' },
|
||||
{ title: '虚拟账户', width: 140, index: 'virtualAccount' },
|
||||
{
|
||||
@ -186,13 +186,14 @@ export class DriverAccountComponent implements OnInit {
|
||||
{
|
||||
title: '本月累计提现金额',
|
||||
index: 'withdrawBalance',
|
||||
width: 150,
|
||||
width: 160,
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.withdrawBalance }) }
|
||||
},
|
||||
{ title: '账户总余额', render: 'availableBalance', className: 'text-right', width: 180 },
|
||||
{ title: '创建时间', index: 'createTime', type: 'date', width: 150 },
|
||||
{ title: '状态', index: 'stateDeletedLabel', width: 120 },
|
||||
{
|
||||
title: '操作',
|
||||
width: 120,
|
||||
|
||||
Reference in New Issue
Block a user