This commit is contained in:
Taric Xin
2022-01-05 19:43:04 +08:00
parent b6755ec49f
commit ecce96705e
3 changed files with 2 additions and 10 deletions

View File

@ -28,7 +28,7 @@
{{formData?.virtualAccount}}
</se>
<se label="提现状态">
{{refundStatus[formData?.virtualAccount]}}
{{formData?.refundStatusLabel}}
</se>
<se label="提现金额">
{{formData?.amount}}

View File

@ -12,14 +12,6 @@ export class WithdrawalsDetailComponent implements OnInit {
timeLineData: any = [];
refundStatus: any = {
'1': '待审核',
'2': '提现中',
'3': '提现成功',
'4': '拒绝提现',
'5': '提现失败'
};
constructor(public service: FreightAccountService, private route: ActivatedRoute) {
const id = route.snapshot.params.id;
this.loadRefundDetail(id);

View File

@ -242,7 +242,7 @@ export class WithdrawalsRecordComponent implements OnInit {
{ title: '', index: 'key', type: 'checkbox' },
{ title: '提现时间', index: 'createTime', width: 180 },
{ title: '提现单号', index: 'refundApplyCode', width: 120 },
{ title: '网络货运人', index: 'ltdname', width: 120 },
{ title: '网络货运人', index: 'ltdName', width: 120 },
{ title: '银行类型', index: 'bankTypeLabel', width: 100 },
{ title: '账户类型', index: 'accountType', width: 100 },
{ title: '账户名称', index: 'bankAccountName', width: 100 },