@@ -157,8 +157,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
},
{
title: '成本保障赔付金额', dataIndex: 'costGuaranteeMoney', label: '广告基本信息', align: 'right', width: 70, sorter: true,
- render: (a: string, b: any) => {
- if (b?.accountId === '总计') return '--';
+ render: (a: string) => {
return <Statistic value={a || 0} precision={2} />
}