wjx 2 周之前
父节点
当前提交
e044f487f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/iaaData/novel/tencent/appEveryDayData/tableConfig.tsx

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

@@ -311,7 +311,7 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: number) => <Statistic value={a ? a * 100 : 0} precision={2} valueStyle={!a ? {} : a >= 50 ? { color: 'red' } : { color: '#0f990f' }} suffix="%" />
                 },
                 {
-                    title: 'eCPM(分)(应用端)', dataIndex: 'appEcpm', label: '应用数据', align: 'center', width: 80, sorter: true,
+                    title: 'eCPM(应用端)', dataIndex: 'appEcpm', label: '应用数据', align: 'center', width: 80, sorter: true,
                     render: (a: number, b: any) => <Statistic value={a || 0} precision={2} />
                 },
                 {