edit
This commit is contained in:
@ -124,7 +124,12 @@ export class ExpensesReceivableComponent implements OnInit {
|
||||
return [
|
||||
{ title: '结算客户', render: 'description1', width: 150 },
|
||||
{ title: '费用科目', render: 'description2', width: 120 },
|
||||
{ title: '税率', render: 'description3', width: 120 },
|
||||
{
|
||||
title: '税率',
|
||||
render: 'description3',
|
||||
width: 120,
|
||||
format: item => `${item.description3 ? ((item.description3 as number) * 100).toFixed(2) : 0}%`
|
||||
},
|
||||
{ title: '应收金额', render: 'num', width: 120 },
|
||||
{ title: '备注', render: 'description5', width: 150 },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user