@@ -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',