This commit is contained in:
Taric Xin
2022-03-29 10:55:09 +08:00
parent f4aa043eed
commit 3c4f2251d2

View File

@ -434,13 +434,13 @@ export class InvoiceRequestedComponent {
},
{
title: '已开票金额',
index: 'vatmoney',
index: 'invoicedMoney',
width: 150,
type: 'widget',
className: 'text-right',
widget: {
type: 'currency-chy',
params: ({ record }) => ({ value: record.vatmoney })
params: ({ record }) => ({ value: record.invoicedMoney })
}
},
{ title: '开户行', index: 'bankName', width: 160 },