From 021dcc3f8337b3d65adb30cfaeddcd8ecc85a248 Mon Sep 17 00:00:00 2001 From: Taric Xin Date: Thu, 17 Feb 2022 13:16:55 +0800 Subject: [PATCH] edit --- .../platform-account-detail.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts b/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts index aee35ee3..a10b0c5e 100644 --- a/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts +++ b/src/app/routes/financial-management/components/platform-account/platform-account-detail/platform-account-detail.component.ts @@ -182,7 +182,7 @@ export class PlatformAccountDetailComponent implements OnInit { { title: '订单号', index: 'orderSn', width: 170 }, { title: '运单号', index: 'businessNumber', width: 190 }, { title: '账户类型', index: 'accountTypeLabel', className: 'text-center', width: 130 }, - { title: '账户名称', index: 'virtualAccount', className: 'text-center', width: 150 }, + { title: '账户名称', index: 'payName', className: 'text-center', width: 150 }, { title: '所属项目', index: 'projectName', className: 'text-center', width: 150 }, { title: '收支类型', index: 'incomeTypeLabel', className: 'text-center', width: 130 }, {