diff --git a/src/app/routes/partner/account-management/components/list/list.component.ts b/src/app/routes/partner/account-management/components/list/list.component.ts index 1f2e53b8..56881170 100644 --- a/src/app/routes/partner/account-management/components/list/list.component.ts +++ b/src/app/routes/partner/account-management/components/list/list.component.ts @@ -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, diff --git a/src/app/routes/partner/account-management/components/withdrawals-record/withdrawals-record.component.ts b/src/app/routes/partner/account-management/components/withdrawals-record/withdrawals-record.component.ts index 8abf556f..4bb0a0d9 100644 --- a/src/app/routes/partner/account-management/components/withdrawals-record/withdrawals-record.component.ts +++ b/src/app/routes/partner/account-management/components/withdrawals-record/withdrawals-record.component.ts @@ -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 }) }