From 40d46bfc6cb1da8bfd2c9f84a8c855d691df6e1c Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Tue, 22 Mar 2022 17:48:29 +0800 Subject: [PATCH] edit --- .../withdrawals-record/withdrawals-record.component.ts | 4 ++-- .../usercenter/components/driver/detail/detail.component.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts index 56205a3b..7bd05ac5 100644 --- a/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts +++ b/src/app/routes/financial-management/components/withdrawals-record/withdrawals-record.component.ts @@ -78,7 +78,7 @@ export class WithdrawalsRecordComponent { nzFooter: [ { label: '拒绝', - loading: () => this.service.http.loading, + disabled: () => this.service.http.loading, type: 'default', onClick: () => { if (!this.msg) { @@ -102,7 +102,7 @@ export class WithdrawalsRecordComponent { }, { label: '通过', - loading: () => this.service.http.loading, + disabled: () => this.service.http.loading, type: 'primary', onClick: () => { this.service diff --git a/src/app/routes/usercenter/components/driver/detail/detail.component.html b/src/app/routes/usercenter/components/driver/detail/detail.component.html index ebbbd766..e2ef5ede 100644 --- a/src/app/routes/usercenter/components/driver/detail/detail.component.html +++ b/src/app/routes/usercenter/components/driver/detail/detail.component.html @@ -334,7 +334,7 @@ {{ userIdentityDetail?.name }} - + @@ -350,7 +350,7 @@ {{ licenseDetail?.licenseNo }} - +