edit
This commit is contained in:
@ -246,7 +246,14 @@ export class TaxManagementIndividualIncomeComponent implements OnInit {
|
||||
width: '250px',
|
||||
format: item => `${item.yssdl ? ((item.yssdl as number) * 100).toFixed(2) : 0}%`
|
||||
},
|
||||
{ title: '计税依据', index: 'jsyj', className: 'text-right', width: '150px' },
|
||||
{
|
||||
title: '计税依据',
|
||||
index: 'jsyj',
|
||||
width: '150px',
|
||||
type: 'widget',
|
||||
className: 'text-right',
|
||||
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.jsyj }) }
|
||||
},
|
||||
{
|
||||
title: '税率',
|
||||
index: 'sl',
|
||||
|
||||
Reference in New Issue
Block a user