Browse Source

Merge branch 'develop' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 1 year ago
parent
commit
1ab35bbf38

+ 8 - 0
src/pages/launchSystemNew/adq/ad/tableConfig.tsx

@@ -96,6 +96,14 @@ function tableConfig(
                 </Space>
             }
         },
+        {
+            title: '投手',
+            dataIndex: 'putUserName',
+            key: 'putUserName',
+            align: 'center',
+            width: 70,
+            ellipsis: true
+        },
         {
             title: '广告名称',
             dataIndex: 'adgroupName',

+ 17 - 16
src/pages/launchSystemNew/adq/config.ts

@@ -9,22 +9,23 @@ const txAdConfig = [
             { title: '本地备注', dataIndex: 'remark', label: '设置信息', default: 4, width: 80 },
             { title: '广告ID', dataIndex: 'adgroupId', label: '设置信息', default: 5, width: 90 },
             { title: '所属计划ID', dataIndex: 'campaignId', label: '设置信息', default: 6, width: 90 },
-            { title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 7, width: 280 },
-            { title: '推广目标类型', dataIndex: 'promotedObjectType', label: '设置信息', default: 8, width: 75 },
-            { title: '投放日期', dataIndex: 'beginDate', label: '设置信息', default: 9, width: 150 },
-            { title: '投放时间', dataIndex: 'timeSeries', label: '设置信息', default: 10, width: 55 },
-            { title: '首日开始投放时间', dataIndex: 'firstDayBeginTime', label: '设置信息', default: 11, width: 70 },
-            { title: '出价', dataIndex: 'bidAmount', label: '设置信息', default: 12, width: 140 },
-            { title: '首日付费ROI', dataIndex: 'expectedRoi', label: '设置信息', default: 13, width: 70 },
-            { title: '出价类型', dataIndex: 'smartBidType', label: '设置信息', default: 14, width: 80 },
-            { title: '广告组日预算(分)', dataIndex: 'dailyBudget', label: '设置信息', default: 15, width: 70 },
-            { title: '是否开启自动版位功能', dataIndex: 'automaticSiteEnabled', label: '设置信息', default: 16, width: 80 },
-            { title: '创建时间', dataIndex: 'createdTime', label: '设置信息', default: 17, width: 140 },
-            { title: '是否已删除', dataIndex: 'isDeleted', label: '设置信息', default: 18, width: 60 },
-            { title: '广告状态', dataIndex: 'status', label: '设置信息', default: 19, width: 70 },
-            { title: '创意预览', dataIndex: 'creativePreview', label: '设置信息', default: 20, width: 70 },
-            { title: '单位时间消耗速度', dataIndex: 'costSpeed', label: '设置信息', default: 21, width: 80 },
-            { title: '操作', dataIndex: 'cz', label: '设置信息', default: 22, width: 65 },
+            { title: '投手', dataIndex: 'putUserName', label: '设置信息', default: 7, width: 70 },
+            { title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 8, width: 280 },
+            { title: '推广目标类型', dataIndex: 'promotedObjectType', label: '设置信息', default: 9, width: 75 },
+            { title: '投放日期', dataIndex: 'beginDate', label: '设置信息', default: 10, width: 150 },
+            { title: '投放时间', dataIndex: 'timeSeries', label: '设置信息', default: 11, width: 55 },
+            { title: '首日开始投放时间', dataIndex: 'firstDayBeginTime', label: '设置信息', default: 12, width: 70 },
+            { title: '出价', dataIndex: 'bidAmount', label: '设置信息', default: 13, width: 140 },
+            { title: '首日付费ROI', dataIndex: 'expectedRoi', label: '设置信息', default: 14, width: 70 },
+            { title: '出价类型', dataIndex: 'smartBidType', label: '设置信息', default: 15, width: 80 },
+            { title: '广告组日预算(分)', dataIndex: 'dailyBudget', label: '设置信息', default: 16, width: 70 },
+            { title: '是否开启自动版位功能', dataIndex: 'automaticSiteEnabled', label: '设置信息', default: 17, width: 80 },
+            { title: '创建时间', dataIndex: 'createdTime', label: '设置信息', default: 18, width: 140 },
+            { title: '是否已删除', dataIndex: 'isDeleted', label: '设置信息', default: 19, width: 60 },
+            { title: '广告状态', dataIndex: 'status', label: '设置信息', default: 20, width: 70 },
+            { title: '创意预览', dataIndex: 'creativePreview', label: '设置信息', default: 21, width: 70 },
+            { title: '单位时间消耗速度', dataIndex: 'costSpeed', label: '设置信息', default: 22, width: 80 },
+            { title: '操作', dataIndex: 'cz', label: '设置信息', default: 23, width: 65 },
         ]
     }
 ]