fix bug
This commit is contained in:
@ -37,7 +37,9 @@ export class DatatableBusiindexComponent implements OnInit {
|
|||||||
{ title: '客户预存款', index: 'czcgje', className: 'text-right', type: 'widget', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.czcgje }) } },
|
{ title: '客户预存款', index: 'czcgje', className: 'text-right', type: 'widget', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.czcgje }) } },
|
||||||
{ title: '业绩量', index: 'yisje', className: 'text-center' },
|
{ title: '业绩量', index: 'yisje', className: 'text-center' },
|
||||||
{ title: '已收附加费', index: 'yisfjf', className: 'text-right', type: 'widget', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.yisfjf }) } },
|
{ title: '已收附加费', index: 'yisfjf', className: 'text-right', type: 'widget', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.yisfjf }) } },
|
||||||
{ title: '平均附加费率', index: 'fjfl', className: 'text-center' },
|
{ title: '平均附加费率', index: 'fjfl', className: 'text-center',format: (item)=> {
|
||||||
|
return item.fjfl + '%'
|
||||||
|
} },
|
||||||
{ title: '已开票金额', index: 'ykpje', className: 'text-right', type: 'widget', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.ykpje }) } },
|
{ title: '已开票金额', index: 'ykpje', className: 'text-right', type: 'widget', widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.ykpje }) } },
|
||||||
];
|
];
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user