edit
This commit is contained in:
@ -173,7 +173,7 @@ export class ETCInvoicedLogsComponent implements OnInit {
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.fee }) }
|
||||
},
|
||||
{ title: '税率', index: 'taxRate', width: 90 },
|
||||
{ title: '税率', index: 'taxRate', width: 90, format: item => `${item.taxRate ? ((item.taxRate as number) * 100).toFixed(2) : 0}%` },
|
||||
{
|
||||
title: '金额(元)',
|
||||
index: 'invoiceAmount',
|
||||
|
||||
Reference in New Issue
Block a user