This commit is contained in:
Taric Xin
2021-12-30 11:18:24 +08:00
parent 9270ece824
commit 6e33516cd4
4 changed files with 264 additions and 55 deletions

View File

@ -211,7 +211,7 @@ export class TransactionFlowComponent implements OnInit {
{ title: '交易类型', index: 'tradeTypeLabel', width: 120 },
{ title: '关联单号', index: 'businessNumber', width: 150 },
{ title: '账户类型', index: 'accountTypeLabel', width: 100 },
{ title: '账户名称', index: 'driverName', width: 100 },
{ title: '账户名称', index: 'enterpriseName', width: 100 },
{ title: '所属项目', index: 'projectName', width: 100 },
{ title: '收支类型', index: 'incomeTypeLabel', width: 100 },
{ title: '交易金额', index: 'amount', width: 100 },