diff --git a/src/app/shared/components/account-detail/account-detail.component.html b/src/app/shared/components/account-detail/account-detail.component.html
index a9bc8438..86ce37aa 100644
--- a/src/app/shared/components/account-detail/account-detail.component.html
+++ b/src/app/shared/components/account-detail/account-detail.component.html
@@ -14,9 +14,9 @@
[page]="{ show: true, showSize: true, pageSizes: [10, 20, 30, 50, 100, 200, 300, 500, 1000] }"
[loading]="false" [scroll]="{ y: '370px' }">
- {{ item.paAccount || '添加' }}
+ {{ item.paAccount || '添加' }}
- {{ item.pfAccount || '添加' }}
+ {{ item.pfAccount || '添加' }}
\ No newline at end of file