Parcourir la source

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

wjx il y a 6 mois
Parent
commit
aa0571b373

+ 11 - 0
src/pages/launchSystemV3/tencentAdPutIn/taskList/tableConfig.tsx

@@ -25,6 +25,17 @@ const columns = (geoLocationList: any, modelList: any, callback: (data: any, typ
                 </Space>
             }
         },
+        {
+            title: '任务类型',
+            dataIndex: 'taskType',
+            key: 'taskType',
+            width: 70,
+            align: 'center',
+            fixed: 'left',
+            render(value) {
+                return value === 'GAME' ? '游戏' : '小说'
+            },
+        },
         {
             title: '任务广告状态',
             dataIndex: 'status',