This commit is contained in:
Taric Xin
2022-04-11 16:36:54 +08:00
parent 18696c2cca
commit 7fec4cdd26

View File

@ -246,7 +246,14 @@ export class TaxManagementIndividualIncomeComponent implements OnInit {
width: '250px', width: '250px',
format: item => `${item.yssdl ? ((item.yssdl as number) * 100).toFixed(2) : 0}%` 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: '税率', title: '税率',
index: 'sl', index: 'sl',