This commit is contained in:
Taric Xin
2022-04-19 15:54:37 +08:00
parent dee0ad410f
commit 77e8b09d2a

View File

@ -268,10 +268,10 @@ export class InvoiceDetailComponent implements OnInit {
},
{
title: '开票金额',
index: 'vatnotax',
index: 'vatmoney',
type: 'widget',
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatnotax }) }
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.vatmoney }) }
}
];
}