From 2c3d76e439804f34ab3f3dbe8c64aa60d906e514 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Fri, 21 Jan 2022 15:27:28 +0800 Subject: [PATCH] edit --- .../api-auth/auth-drawer/auth-drawer.component.html | 4 ++-- .../usercenter/components/freight/list/list.component.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/routes/menu-manager/components/api-auth/auth-drawer/auth-drawer.component.html b/src/app/routes/menu-manager/components/api-auth/auth-drawer/auth-drawer.component.html index 0fd145fb..b20a427a 100644 --- a/src/app/routes/menu-manager/components/api-auth/auth-drawer/auth-drawer.component.html +++ b/src/app/routes/menu-manager/components/api-auth/auth-drawer/auth-drawer.component.html @@ -22,8 +22,8 @@
- - + + diff --git a/src/app/routes/usercenter/components/freight/list/list.component.ts b/src/app/routes/usercenter/components/freight/list/list.component.ts index 56acad75..3b7c97c7 100644 --- a/src/app/routes/usercenter/components/freight/list/list.component.ts +++ b/src/app/routes/usercenter/components/freight/list/list.component.ts @@ -196,7 +196,7 @@ export class FreightComponentsListComponent implements OnInit { className: 'text-center', buttons: [ { - text: '查看  ', + text: '查看', click: item => { this.router.navigate(['./detail', item.id], { relativeTo: this.ar }); // this.router.navigate(['./view', item.id], { relativeTo: this.ar, queryParams: { tenantId: item.tenantId } }); @@ -207,7 +207,7 @@ export class FreightComponentsListComponent implements OnInit { click: item => this.settingAction(item) }, { - text: '资金账户 ', + text: '资金账户', click: item => this.showAccountDetail(item) } ]