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 }}
-
+