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: '已开票金额', title: '已开票金额',
index: 'vatmoney', index: 'invoicedMoney',
width: 150, width: 150,
type: 'widget', type: 'widget',
className: 'text-right', className: 'text-right',
widget: { widget: {
type: 'currency-chy', type: 'currency-chy',
params: ({ record }) => ({ value: record.vatmoney }) params: ({ record }) => ({ value: record.invoicedMoney })
} }
}, },
{ title: '开户行', index: 'bankName', width: 160 }, { title: '开户行', index: 'bankName', width: 160 },