edit
This commit is contained in:
@ -212,10 +212,10 @@ export class InvoicedListComponent implements OnInit {
|
||||
},
|
||||
{
|
||||
title: '税率',
|
||||
index: 'vatrate',
|
||||
index: 'billvatrate',
|
||||
className: 'text-right',
|
||||
width: 90,
|
||||
format: item => `${item.vatrate ? ((item.vatrate as number) * 100).toFixed(2) : 0}%`
|
||||
format: item => `${item.billvatrate ? ((item.billvatrate as number) * 100).toFixed(2) : 0}%`
|
||||
},
|
||||
{
|
||||
title: '税额',
|
||||
|
||||
Reference in New Issue
Block a user