wjx 6 일 전
부모
커밋
8d76393dbc
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/pages/iaaData/novel/tencent/adList/tableConfig.tsx
  2. 1 1
      src/pages/iaaData/novel/tencent/adListTotal/tableConfig.tsx

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