@@ -97,7 +97,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab
title: '深度优化出价', dataIndex: 'deepConversionWorthRate', label: '广告基本信息', align: 'center', width: 70, default: 15,
render: (a: string, b: { accountId: any }) => {
if (b?.accountId === '总计') return '--';
- return <Statistic value={a || 0} precision={2} />
+ return <Statistic value={a || 0} precision={3} />
}
},
{
@@ -93,7 +93,7 @@ function columns12(dayHandle: (data: any) => void, onChange?: () => void): { lab