edit
This commit is contained in:
@ -28,7 +28,7 @@
|
|||||||
{{formData?.virtualAccount}}
|
{{formData?.virtualAccount}}
|
||||||
</se>
|
</se>
|
||||||
<se label="提现状态">
|
<se label="提现状态">
|
||||||
{{refundStatus[formData?.virtualAccount]}}
|
{{formData?.refundStatusLabel}}
|
||||||
</se>
|
</se>
|
||||||
<se label="提现金额">
|
<se label="提现金额">
|
||||||
{{formData?.amount}}
|
{{formData?.amount}}
|
||||||
|
|||||||
@ -12,14 +12,6 @@ export class WithdrawalsDetailComponent implements OnInit {
|
|||||||
|
|
||||||
timeLineData: any = [];
|
timeLineData: any = [];
|
||||||
|
|
||||||
refundStatus: any = {
|
|
||||||
'1': '待审核',
|
|
||||||
'2': '提现中',
|
|
||||||
'3': '提现成功',
|
|
||||||
'4': '拒绝提现',
|
|
||||||
'5': '提现失败'
|
|
||||||
};
|
|
||||||
|
|
||||||
constructor(public service: FreightAccountService, private route: ActivatedRoute) {
|
constructor(public service: FreightAccountService, private route: ActivatedRoute) {
|
||||||
const id = route.snapshot.params.id;
|
const id = route.snapshot.params.id;
|
||||||
this.loadRefundDetail(id);
|
this.loadRefundDetail(id);
|
||||||
|
|||||||
@ -242,7 +242,7 @@ export class WithdrawalsRecordComponent implements OnInit {
|
|||||||
{ title: '', index: 'key', type: 'checkbox' },
|
{ title: '', index: 'key', type: 'checkbox' },
|
||||||
{ title: '提现时间', index: 'createTime', width: 180 },
|
{ title: '提现时间', index: 'createTime', width: 180 },
|
||||||
{ title: '提现单号', index: 'refundApplyCode', width: 120 },
|
{ title: '提现单号', index: 'refundApplyCode', width: 120 },
|
||||||
{ title: '网络货运人', index: 'ltdname', width: 120 },
|
{ title: '网络货运人', index: 'ltdName', width: 120 },
|
||||||
{ title: '银行类型', index: 'bankTypeLabel', width: 100 },
|
{ title: '银行类型', index: 'bankTypeLabel', width: 100 },
|
||||||
{ title: '账户类型', index: 'accountType', width: 100 },
|
{ title: '账户类型', index: 'accountType', width: 100 },
|
||||||
{ title: '账户名称', index: 'bankAccountName', width: 100 },
|
{ title: '账户名称', index: 'bankAccountName', width: 100 },
|
||||||
|
|||||||
Reference in New Issue
Block a user