wjx преди 1 година
родител
ревизия
85553dc056
променени са 2 файла, в които са добавени 4 реда и са изтрити 4 реда
  1. 2 2
      src/pages/gameDataStatistics/adlist/monitor/tableConfig.tsx
  2. 2 2
      src/pages/gameDataStatistics/adlist/monitor/tableConfigDay.tsx

+ 2 - 2
src/pages/gameDataStatistics/adlist/monitor/tableConfig.tsx

@@ -130,11 +130,11 @@ function columns12(dayHandle: (data: any) => void): { label: string, fieldSHow?:
                     render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
                 },
                 {
-                    title: '推广计划名称', dataIndex: 'projectName', label: '广告信息', align: 'center', width: 130,
+                    title: '项目名称', dataIndex: 'projectName', label: '广告信息', align: 'center', width: 130,
                     render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
                 },
                 {
-                    title: '计划ID', dataIndex: 'projectId', label: '广告信息', align: 'center', width: 90,
+                    title: '项目ID', dataIndex: 'projectId', label: '广告信息', align: 'center', width: 90,
                     render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
                 },
                 {

+ 2 - 2
src/pages/gameDataStatistics/adlist/monitor/tableConfigDay.tsx

@@ -139,11 +139,11 @@ function columns12(): { label: string, fieldSHow?: { label: string, saveField: s
                     render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
                 },
                 {
-                    title: '推广计划名称', dataIndex: 'projectName', label: '广告信息', align: 'center', width: 130,
+                    title: '项目名称', dataIndex: 'projectName', label: '广告信息', align: 'center', width: 130,
                     render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
                 },
                 {
-                    title: '计划ID', dataIndex: 'projectId', label: '广告信息', align: 'center', width: 90,
+                    title: '项目ID', dataIndex: 'projectId', label: '广告信息', align: 'center', width: 90,
                     render: (a: string, b: any) => (<WidthEllipsis isCopy value={a} />)
                 },
                 {