wjx 2 nedēļas atpakaļ
vecāks
revīzija
1fea20e5a5

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

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