This commit is contained in:
Taric Xin
2022-02-17 13:16:55 +08:00
parent 4e563b4474
commit 021dcc3f83

View File

@ -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 },
{