This commit is contained in:
Taric Xin
2022-04-01 16:09:06 +08:00
parent 27b2048f03
commit 6e923a6a46
3 changed files with 15 additions and 13 deletions

View File

@ -221,7 +221,7 @@ export class FreightAccountDetailComponent implements OnInit {
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.accountBalance }) }
},
{ title: '付款方', index: 'payName' , width: 170},
{ title: '收款方', index: 'payeeName', width: 170 },
{ title: '收款方', index: 'incomeName', width: 170 },
{ title: '备注', index: 'tradeContent', width: 170 }
];
}