Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
wangshiming
2022-04-19 16:21:57 +08:00

View File

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