This commit is contained in:
潘晓云
2022-03-21 10:02:29 +08:00
parent 504078a7ec
commit 3284eeea24
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ export class PartnerAccountManagementListComponent implements OnInit {
{ title: '账户总额(元)', render: 'allBalance', className: 'text-right', sort: true, width: 150 },
{ title: '待入账余额(元)', render: 'unEntryAmount', className: 'text-right', sort: true, width: 150 },
{ title: '可用余额(元)', render: 'availableBalance', className: 'text-right', sort: true, width: 150 },
{ title: '虚拟账户', index: 'virtualAccount', className: 'text-center', width: 200 },
{ title: '虚拟账户', index: 'virtualAccount', className: 'text-center', width: 220 },
{
title: '操作',
width: 150,

View File

@ -281,13 +281,13 @@ export class PartnerAccountManagementWithdrawalsRecordComponent implements OnIni
{ title: '提现单号', index: 'refundApplyCode', width: 180, className: 'text-center' },
{ title: '网络货运人', index: 'ltdName', width: 220, className: 'text-center' },
{ title: '银行类型', index: 'bankTypeLabel', width: 100, className: 'text-center' },
{ title: '账户类型', index: 'bankTypeLabel', width: 100, className: 'text-center' },
{ title: '账户类型', index: 'accountTypeLabel', width: 100, className: 'text-center' },
{ title: '账户名称', index: 'bankAccountName', width: 220, className: 'text-center' },
{ title: '虚拟账户', index: 'virtualAccount', width: 180, className: 'text-center' },
{
title: '提现金额',
index: 'amount',
width: 150,
width: 200,
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.amount }) }