edit
This commit is contained in:
@ -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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user