wjx před 6 dny
rodič
revize
8d76393dbc

+ 1 - 1
src/pages/iaaData/novel/tencent/adList/tableConfig.tsx

@@ -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} />
                     }
                 },
                 {

+ 1 - 1
src/pages/iaaData/novel/tencent/adListTotal/tableConfig.tsx

@@ -93,7 +93,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} />
                     }
                 },
                 {