config.ts 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435
  1. /**起量表原始列表*/
  2. const qiliangpaihang = [
  3. {
  4. label: '设置信息',
  5. data: [
  6. { title: '时间', dataIndex: 'currTime', label: '设置信息', default: 1, width: 135 },
  7. { title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 2, width: 170 },
  8. { title: '广告ID', dataIndex: 'adgroupId', label: '设置信息', default: 9, width: 90 },
  9. { title: '计划名称', dataIndex: 'campaignName', label: '设置信息' },
  10. { title: '计划ID', dataIndex: 'campaignId', label: '设置信息' },
  11. { title: '广告账户', dataIndex: 'accountId', label: '设置信息', default: 10, width: 70 },
  12. { title: '投手', dataIndex: 'putUserName', label: '设置信息', default: 11, width: 65 },
  13. { title: '创意预览', dataIndex: 'creativePreview', label: '设置信息', width: 80 },
  14. // { title: '投放位置', dataIndex: 'pitchSeat', label: '设置信息' },
  15. // { title: '自动扩量', dataIndex: 'autoExpand', label: '设置信息' },
  16. // { title: '深度优化目标', dataIndex: 'depthOptimizeTarget', label: '设置信息' },
  17. // { title: '曝光评估', dataIndex: 'impressionAppraise', label: '设置信息' },
  18. { title: '投放时间', dataIndex: 'adBeginTime', label: '设置信息', default: 12, width: 135 },
  19. { title: '广告状态', dataIndex: 'adStatus', label: '设置信息', width: 85 },
  20. // { title: '创意状态', dataIndex: 'adCreativeStatus', label: '设置信息' },
  21. { title: '推广目标', dataIndex: 'promotedObjectType', label: '设置信息' },
  22. // { title: '购买类型', dataIndex: 'adBuyType', label: '设置信息' },
  23. { title: '操作', dataIndex: 'event', label: '设置信息', default: 13, width: 60 },
  24. ]
  25. },
  26. {
  27. label: '费用',
  28. data: [
  29. { title: '广告预算', dataIndex: 'dailyBudget', label: '费用', width: 80 },
  30. { title: '出价方式', dataIndex: 'bidMode', label: '费用', width: 65 },
  31. { title: '当前出价', dataIndex: 'bidAmount', label: '费用', width: 80 },
  32. // { title: '计划预算', dataIndex: 'planBudget', label: '费用' },
  33. { title: '广告总消耗', dataIndex: 'costTotal', label: '费用', default: 24, width: 100 },
  34. { title: '今日消耗', dataIndex: 'costDay', label: '费用', default: 15, width: 90 },
  35. { title: '当前小时消耗', dataIndex: 'costHour', label: '费用', default: 16, width: 80 },
  36. { title: '前第1小时消耗', dataIndex: 'costLastHour', label: '费用', default: 17, width: 80 },
  37. { title: '前第2小时消耗', dataIndex: 'costLastTwoHour', label: '费用', default: 18, width: 80 },
  38. { title: '前第3小时消耗', dataIndex: 'costLastThreeHour', label: '费用', default: 19, width: 80 },
  39. { title: '当前小时消耗差额', dataIndex: 'costDiffBeforeHour', label: '费用', default: 20, width: 80 },
  40. { title: '前第1小时消耗差额', dataIndex: 'costDiffBeforeTwoHour', label: '费用', default: 21, width: 90 },
  41. { title: '前第2小时消耗差额', dataIndex: 'costDiffBeforeThreeHour', label: '费用', default: 22, width: 90 },
  42. { title: '前三小时消耗趋势', dataIndex: 'costTrendLastThreeHour', label: '费用', default: 23, width: 70 },
  43. { title: '当前5min消耗流速', dataIndex: 'costSpeed', label: '费用', default: 14, width: 70 },
  44. ]
  45. },
  46. {
  47. label: '曝光',
  48. data: [
  49. { title: '曝光量(曝光次数)', dataIndex: 'viewDay', label: '曝光', default: 3, width: 70 },
  50. { title: '千次曝光成本', dataIndex: 'thousandDisplayPriceDay', label: '曝光', default: 4, width: 80 },
  51. ]
  52. },
  53. {
  54. label: '点击',
  55. data: [
  56. { title: '点击量(点击次数)', dataIndex: 'clickDay', label: '点击', width: 75 },
  57. { title: '点击均价', dataIndex: 'cpcDay', label: '点击', width: 75 },
  58. { title: '点击率', dataIndex: 'ctrDay', label: '点击', width: 75 },
  59. ]
  60. },
  61. {
  62. label: '转化指标组',
  63. data: [
  64. { title: '优化目标(转化目标)', dataIndex: 'optimizationGoal', label: '转化指标组', width: 120 },
  65. { title: '转化目标量', dataIndex: 'conversionsCountDay', label: '转化指标组', default: 7, width: 75 },
  66. { title: '转化目标成本', dataIndex: 'conversionsCostDay', label: '转化指标组', default: 8, width: 75 },
  67. { title: '目标转化率', dataIndex: 'conversionsRateDay', label: '转化指标组', width: 75 },
  68. ]
  69. },
  70. {
  71. label: '商品转化',
  72. data: [
  73. { title: '下单量', dataIndex: 'orderCountDay', label: '商品转化', width: 70 },
  74. { title: '首日新增下单量', dataIndex: 'firstDayOrderCountDay', label: '商品转化', width: 80 },
  75. { title: '下单成本', dataIndex: 'orderCostDay', label: '商品转化', width: 75 },
  76. { title: '下单率', dataIndex: 'orderRateDay', label: '商品转化', width: 70 },
  77. { title: '下单金额', dataIndex: 'orderAmountDay', label: '商品转化', width: 70 },
  78. { title: '首日新增下单金额', dataIndex: 'firstDayOrderAmountDay', label: '商品转化', width: 75 },
  79. { title: '下单客单价', dataIndex: 'atvDay', label: '商品转化', width: 70 },
  80. { title: '下单ROI', dataIndex: 'orderRoiDay', label: '商品转化', width: 75 },
  81. { title: '首日新增下单ROI', dataIndex: 'firstDayOrderRoiDay', label: '商品转化', default: 5, width: 90 },
  82. ]
  83. },
  84. {
  85. label: '转化',
  86. data: [
  87. { title: '公众号关注人数', dataIndex: 'mpFollowUvDay', label: '转化', default: 6, width: 85 },
  88. { title: '公众号关注率', dataIndex: 'mpFollowRateDay', label: '转化', width: 70 },
  89. { title: '公众号关注成本', dataIndex: 'mpFollowCostDay', label: '转化', width: 85 },
  90. { title: '加粉成本', dataIndex: 'addFansCostDay', label: '转化' },
  91. { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCostDay', label: '转化' },
  92. { title: '加粉数', dataIndex: 'addFansCountDay', label: '转化' },
  93. { title: '公众号关注次数', dataIndex: 'mpFollowPvDay', label: '转化' },
  94. { title: '加企业微信客服人数', dataIndex: 'scanFollowUvDay', label: '转化' },
  95. { title: '加企业微信客服成本', dataIndex: 'scanFollowCostDay', label: '转化' },
  96. { title: '加企业微信客服率', dataIndex: 'scanFollowRateDay', label: '转化' },
  97. ]
  98. },
  99. ]
  100. /**起量表小时列表 */
  101. const qiliangpaihanghour = [
  102. {
  103. label: '设置信息',
  104. data: [
  105. { title: '时间', dataIndex: 'currTime', label: '设置信息', default: 1, width: 135 },
  106. { title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 2, width: 170 },
  107. { title: '广告ID', dataIndex: 'adgroupId', label: '设置信息', default: 9, width: 90 },
  108. { title: '计划名称', dataIndex: 'campaignName', label: '设置信息' },
  109. { title: '计划ID', dataIndex: 'campaignId', label: '设置信息' },
  110. { title: '广告账户', dataIndex: 'accountId', label: '设置信息', default: 10, width: 70 },
  111. { title: '投手', dataIndex: 'putUserName', label: '设置信息', default: 11, width: 65 },
  112. { title: '创意预览', dataIndex: 'creativePreview', label: '设置信息', width: 80 },
  113. // { title: '投放位置', dataIndex: 'pitchSeat', label: '设置信息' },
  114. // { title: '自动扩量', dataIndex: 'autoExpand', label: '设置信息' },
  115. // { title: '深度优化目标', dataIndex: 'depthOptimizeTarget', label: '设置信息' },
  116. // { title: '曝光评估', dataIndex: 'impressionAppraise', label: '设置信息' },
  117. { title: '投放时间', dataIndex: 'adBeginTime', label: '设置信息', default: 12, width: 135 },
  118. { title: '广告状态', dataIndex: 'adStatus', label: '设置信息', width: 85 },
  119. // { title: '创意状态', dataIndex: 'adCreativeStatus', label: '设置信息' },
  120. { title: '推广目标', dataIndex: 'promotedObjectType', label: '设置信息' },
  121. // { title: '购买类型', dataIndex: 'adBuyType', label: '设置信息' },
  122. { title: '操作', dataIndex: 'event', label: '设置信息', default: 13, width: 60 },
  123. ]
  124. },
  125. {
  126. label: '费用',
  127. data: [
  128. { title: '广告预算', dataIndex: 'dailyBudget', label: '费用', width: 80 },
  129. { title: '出价方式', dataIndex: 'bidMode', label: '费用', width: 65 },
  130. { title: '当前出价', dataIndex: 'bidAmount', label: '费用', width: 80 },
  131. // { title: '计划预算', dataIndex: 'planBudget', label: '费用' },
  132. { title: '广告总消耗', dataIndex: 'costTotal', label: '费用', default: 24, width: 100 },
  133. { title: '今日消耗', dataIndex: 'costDay', label: '费用', default: 15, width: 90 },
  134. { title: '当前小时消耗', dataIndex: 'costHour', label: '费用', default: 16, width: 80 },
  135. { title: '前第1小时消耗', dataIndex: 'costLastHour', label: '费用', default: 17, width: 80 },
  136. { title: '前第2小时消耗', dataIndex: 'costLastTwoHour', label: '费用', default: 18, width: 80 },
  137. { title: '前第3小时消耗', dataIndex: 'costLastThreeHour', label: '费用', default: 19, width: 80 },
  138. { title: '当前小时消耗差额', dataIndex: 'costDiffBeforeHour', label: '费用', default: 20, width: 80 },
  139. { title: '前第1小时消耗差额', dataIndex: 'costDiffBeforeTwoHour', label: '费用', default: 21, width: 90 },
  140. { title: '前第2小时消耗差额', dataIndex: 'costDiffBeforeThreeHour', label: '费用', default: 22, width: 90 },
  141. { title: '前三小时消耗趋势', dataIndex: 'costTrendLastThreeHour', label: '费用', default: 23, width: 70 },
  142. { title: '当前5min消耗流速', dataIndex: 'costSpeed', label: '费用', default: 14, width: 70 },
  143. ]
  144. },
  145. {
  146. label: '曝光',
  147. data: [
  148. { title: '曝光量(曝光次数)', dataIndex: 'viewDay', label: '曝光', default: 3, width: 70 },
  149. { title: '千次曝光成本', dataIndex: 'thousandDisplayPriceDay', label: '曝光', default: 4, width: 80 },
  150. ]
  151. },
  152. {
  153. label: '点击',
  154. data: [
  155. { title: '点击量(点击次数)', dataIndex: 'clickDay', label: '点击', width: 75 },
  156. { title: '点击均价', dataIndex: 'cpcDay', label: '点击', width: 75 },
  157. { title: '点击率', dataIndex: 'ctrDay', label: '点击', width: 75 },
  158. ]
  159. },
  160. {
  161. label: '转化指标组',
  162. data: [
  163. { title: '优化目标(转化目标)', dataIndex: 'optimizationGoal', label: '转化指标组', width: 120 },
  164. { title: '转化目标量', dataIndex: 'conversionsCountDay', label: '转化指标组', default: 7, width: 75 },
  165. { title: '转化目标成本', dataIndex: 'conversionsCostDay', label: '转化指标组', default: 8, width: 75 },
  166. { title: '目标转化率', dataIndex: 'conversionsRateDay', label: '转化指标组', width: 75 },
  167. ]
  168. },
  169. {
  170. label: '商品转化',
  171. data: [
  172. { title: '下单量', dataIndex: 'orderCountDay', label: '商品转化', width: 70 },
  173. // { title: '首日新增下单量', dataIndex: 'firstDayOrderCountDay', label: '商品转化', width: 80 },
  174. { title: '下单成本', dataIndex: 'orderCostDay', label: '商品转化', width: 75 },
  175. { title: '下单率', dataIndex: 'orderRateDay', label: '商品转化', width: 70 },
  176. { title: '下单金额', dataIndex: 'orderAmountDay', label: '商品转化', width: 70 },
  177. // { title: '首日新增下单金额', dataIndex: 'firstDayOrderAmountDay', label: '商品转化', width: 75 },
  178. { title: '下单客单价', dataIndex: 'atvDay', label: '商品转化', width: 70 },
  179. { title: '下单ROI', dataIndex: 'orderRoiDay', label: '商品转化', width: 75, default: 5 },
  180. // { title: '首日新增下单ROI', dataIndex: 'firstDayOrderRoiDay', label: '商品转化', width: 90 },
  181. ]
  182. },
  183. {
  184. label: '转化',
  185. data: [
  186. { title: '公众号关注人数', dataIndex: 'mpFollowUvDay', label: '转化', default: 6, width: 85 },
  187. { title: '公众号关注率', dataIndex: 'mpFollowRateDay', label: '转化', width: 70 },
  188. { title: '公众号关注成本', dataIndex: 'mpFollowCostDay', label: '转化', width: 85 },
  189. { title: '加粉成本', dataIndex: 'addFansCostDay', label: '转化' },
  190. { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCostDay', label: '转化' },
  191. { title: '加粉数', dataIndex: 'addFansCountDay', label: '转化' },
  192. { title: '公众号关注次数', dataIndex: 'mpFollowPvDay', label: '转化' },
  193. { title: '加企业微信客服人数', dataIndex: 'scanFollowUvDay', label: '转化' },
  194. { title: '加企业微信客服成本', dataIndex: 'scanFollowCostDay', label: '转化' },
  195. { title: '加企业微信客服率', dataIndex: 'scanFollowRateDay', label: '转化' },
  196. ]
  197. },
  198. ]
  199. /**起量表分钟原始列表*/
  200. const qiliangpaihangminute = [
  201. {
  202. label: '设置信息',
  203. data: [
  204. { title: '时间', dataIndex: 'currTime', label: '设置信息', default: 1, width: 135 },
  205. { title: '广告名称', dataIndex: 'adgroupName', label: '设置信息', default: 2, width: 170 },
  206. { title: '广告ID', dataIndex: 'adgroupId', label: '设置信息', default: 9, width: 90 },
  207. { title: '计划名称', dataIndex: 'campaignName', label: '设置信息' },
  208. { title: '计划ID', dataIndex: 'campaignId', label: '设置信息' },
  209. { title: '广告账户', dataIndex: 'accountId', label: '设置信息', default: 10, width: 70 },
  210. { title: '投手', dataIndex: 'putUserName', label: '设置信息', default: 11, width: 65 },
  211. { title: '创意预览', dataIndex: 'creativePreview', label: '设置信息', width: 80 },
  212. // { title: '投放位置', dataIndex: 'pitchSeat', label: '设置信息' },
  213. // { title: '自动扩量', dataIndex: 'autoExpand', label: '设置信息' },
  214. // { title: '深度优化目标', dataIndex: 'depthOptimizeTarget', label: '设置信息' },
  215. // { title: '曝光评估', dataIndex: 'impressionAppraise', label: '设置信息' },
  216. { title: '投放时间', dataIndex: 'adBeginTime', label: '设置信息', default: 12, width: 135 },
  217. { title: '广告状态', dataIndex: 'adStatus', label: '设置信息', width: 85 },
  218. // { title: '创意状态', dataIndex: 'adCreativeStatus', label: '设置信息' },
  219. { title: '推广目标', dataIndex: 'promotedObjectType', label: '设置信息' },
  220. // { title: '购买类型', dataIndex: 'adBuyType', label: '设置信息' },
  221. { title: '操作', dataIndex: 'event', label: '设置信息', default: 13, width: 60 },
  222. ]
  223. },
  224. {
  225. label: '费用',
  226. data: [
  227. { title: '广告预算', dataIndex: 'dailyBudget', label: '费用', width: 80 },
  228. { title: '出价方式', dataIndex: 'bidMode', label: '费用', width: 65 },
  229. { title: '当前出价', dataIndex: 'bidAmount', label: '费用', width: 80 },
  230. // { title: '计划预算', dataIndex: 'planBudget', label: '费用' },
  231. { title: '广告总消耗', dataIndex: 'costTotal', label: '费用', width: 100 },
  232. { title: '今日消耗', dataIndex: 'costDay', label: '费用', width: 90 },
  233. { title: '当前小时消耗', dataIndex: 'costHour', label: '费用', width: 80 },
  234. // { title: '前第1小时消耗', dataIndex: 'costLastHour', label: '费用', width: 80, disabled: true },
  235. // { title: '前第2小时消耗', dataIndex: 'costLastTwoHour', label: '费用', width: 80, disabled: true },
  236. // { title: '前第3小时消耗', dataIndex: 'costLastThreeHour', label: '费用', width: 80, disabled: true },
  237. // { title: '当前小时消耗差额', dataIndex: 'costDiffBeforeHour', label: '费用', width: 80, disabled: true },
  238. // { title: '前第1小时消耗差额', dataIndex: 'costDiffBeforeTwoHour', label: '费用', width: 90, disabled: true },
  239. // { title: '前第2小时消耗差额', dataIndex: 'costDiffBeforeThreeHour', label: '费用', width: 90, disabled: true },
  240. // { title: '前三小时消耗趋势', dataIndex: 'costTrendLastThreeHour', label: '费用', width: 80, disabled: true },
  241. { title: '当前5min消耗流速', dataIndex: 'costSpeed', label: '费用', default: 14, width: 70 },
  242. ]
  243. },
  244. {
  245. label: '曝光',
  246. data: [
  247. { title: '曝光量(曝光次数)', dataIndex: 'viewDay', label: '曝光', default: 3, width: 70 },
  248. // { title: '千次曝光成本', dataIndex: 'thousandDisplayPriceDay', label: '曝光', width: 80 },
  249. ]
  250. },
  251. {
  252. label: '点击',
  253. data: [
  254. { title: '点击量(点击次数)', dataIndex: 'clickDay', label: '点击', width: 75 },
  255. // { title: '点击均价', dataIndex: 'cpcDay', label: '点击', width: 75 },
  256. // { title: '点击率', dataIndex: 'ctrDay', label: '点击', width: 75 },
  257. ]
  258. },
  259. {
  260. label: '转化指标组',
  261. data: [
  262. { title: '优化目标(转化目标)', dataIndex: 'optimizationGoal', label: '转化指标组', default: 8, width: 120 },
  263. { title: '转化目标量', dataIndex: 'conversionsCountDay', label: '转化指标组', default: 7, width: 75 },
  264. // { title: '转化目标成本', dataIndex: 'conversionsCostDay', label: '转化指标组', width: 75 },
  265. // { title: '目标转化率', dataIndex: 'conversionsRateDay', label: '转化指标组', width: 75 },
  266. ]
  267. },
  268. {
  269. label: '商品转化',
  270. data: [
  271. { title: '下单量', dataIndex: 'orderCountDay', label: '商品转化', width: 70, default: 4 },
  272. // { title: '首日新增下单量', dataIndex: 'firstDayOrderCountDay', label: '商品转化', width: 80 },
  273. { title: '下单成本', dataIndex: 'orderCostDay', label: '商品转化', width: 75 },
  274. { title: '下单率', dataIndex: 'orderRateDay', label: '商品转化', width: 70 },
  275. { title: '下单金额', dataIndex: 'orderAmountDay', label: '商品转化', width: 70 },
  276. // { title: '首日新增下单金额', dataIndex: 'firstDayOrderAmountDay', label: '商品转化', width: 75 },
  277. { title: '下单客单价', dataIndex: 'atvDay', label: '商品转化', width: 70 },
  278. { title: '下单ROI', dataIndex: 'orderRoiDay', label: '商品转化', width: 75, default: 5 },
  279. // { title: '首日新增下单ROI', dataIndex: 'firstDayOrderRoiDay', label: '商品转化', width: 90 },
  280. ]
  281. },
  282. {
  283. label: '转化',
  284. data: [
  285. { title: '公众号关注人数', dataIndex: 'mpFollowUvDay', label: '转化', default: 6, width: 85 },
  286. { title: '公众号关注率', dataIndex: 'mpFollowRateDay', label: '转化', width: 85 },
  287. { title: '公众号关注成本', dataIndex: 'mpFollowCostDay', label: '转化', width: 85 },
  288. { title: '加粉成本', dataIndex: 'addFansCostDay', label: '转化' },
  289. { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCostDay', label: '转化' },
  290. { title: '加粉数', dataIndex: 'addFansCountDay', label: '转化' },
  291. { title: '公众号关注次数', dataIndex: 'mpFollowPvDay', label: '转化' },
  292. { title: '加企业微信客服人数', dataIndex: 'scanFollowUvDay', label: '转化' },
  293. { title: '加企业微信客服成本', dataIndex: 'scanFollowCostDay', label: '转化' },
  294. { title: '加企业微信客服率', dataIndex: 'scanFollowRateDay', label: '转化' },
  295. ]
  296. },
  297. ]
  298. /**广告原始列表*/
  299. const guanggao = [
  300. {
  301. label: '设置信息',
  302. data: [
  303. { title: '数据日期', dataIndex: 'beginToEnd', label: '设置信息', default: 1, width: 110 },
  304. { title: '广告名称/ID', dataIndex: 'adgroupName', label: '设置信息', default: 2 },
  305. { title: '投放计划名称/ID', dataIndex: 'campaignName/campaignId', label: '设置信息', default: 3 },
  306. { title: '创意名称/ID', dataIndex: 'creativeName/creativeId', label: '设置信息', default: 4 },
  307. { title: '创意预览', dataIndex: 'creativePreview', label: '设置信息', width: 80 },
  308. { title: '广告账户', dataIndex: 'accountId', label: '设置信息', default: 5, width: 70 },
  309. { title: '投手', dataIndex: 'putUserName', label: '设置信息', default: 6, width: 65 },
  310. { title: '创建日期', dataIndex: 'adCreateTime', label: '设置信息' },
  311. { title: '广告状态', dataIndex: 'adStatus', label: '设置信息', default: 7, width: 85 },
  312. // { title: '创意状态', dataIndex: 'adCreativeStatus', label: '设置信息', default: 11 },
  313. // { title: '购买类型', dataIndex: 'adBuyType', label: '设置信息' },
  314. // { title: '自动扩量', dataIndex: 'autoExpand', label: '设置信息' },
  315. // { title: '曝光评估', dataIndex: 'impressionAppraise', label: '设置信息', default: 15 },
  316. { title: '投放时间', dataIndex: 'adBeginTime', label: '设置信息', default: 8, width: 90 },
  317. // { title: '当日成本偏差', dataIndex: 'dayCostOffset', label: '设置信息' },
  318. { title: '推广目标', dataIndex: 'promotedObjectType', label: '设置信息', default: 9 },
  319. // { title: '深度优化目标', dataIndex: 'depthOptimizeTarget', label: '设置信息' },
  320. { title: '操作', dataIndex: 'event', label: '设置信息', default: 13, width: 75 },
  321. ]
  322. },
  323. {
  324. label: '费用',
  325. data: [
  326. { title: '广告预算', dataIndex: 'adBudget', label: '费用', default: 10, width: 90 },
  327. { title: '出价方式', dataIndex: 'bidMode', label: '费用', width: 65 },
  328. { title: '当前出价', dataIndex: 'bidAmount', label: '费用' },
  329. // { title: '计划预算', dataIndex: 'planBudget', label: '费用', default: 19 },
  330. { title: '广告总消耗', dataIndex: 'cost', label: '费用' },
  331. // { title: '今日消耗', dataIndex: 'todayCostTotal', label: '费用' },
  332. { title: '单位时间消耗速度(元/小时)', dataIndex: 'costSpeed', label: '费用', default: 11, width: 80 },
  333. ]
  334. },
  335. {
  336. label: '曝光',
  337. data: [
  338. { title: '曝光量(曝光次数)', dataIndex: 'viewCount', label: '曝光' },
  339. { title: '千次曝光成本', dataIndex: 'thousandDisplayPrice', label: '曝光' },
  340. ]
  341. },
  342. {
  343. label: '点击',
  344. data: [
  345. { title: '点击量(点击次数)', dataIndex: 'clickCount', label: '点击', width: 75 },
  346. { title: '点击均价', dataIndex: 'avgClickAmount', label: '点击', width: 75 },
  347. { title: '点击率', dataIndex: 'clickRate', label: '点击', default: 12, width: 70 },
  348. { title: '不感兴趣点击次数', dataIndex: 'noInterestCount', label: '点击', width: 85 },
  349. ]
  350. },
  351. {
  352. label: '转化指标组',
  353. data: [
  354. { title: '优化目标(转化目标)', dataIndex: 'optimizationGoal', label: '转化指标组', width: 120 },
  355. { title: '转化目标量', dataIndex: 'conversionsCount', label: '转化指标组', width: 75 },
  356. { title: '转化目标成本', dataIndex: 'conversionsCost', label: '转化指标组', width: 75 },
  357. { title: '目标转化率', dataIndex: 'conversionsRate', label: '转化指标组', width: 75 },
  358. { title: '深度转化量', dataIndex: 'deepConversionsCount', label: '转化指标组', width: 75 },
  359. ]
  360. },
  361. {
  362. label: '商品转化',
  363. data: [
  364. { title: '下单量', dataIndex: 'orderCount', label: '商品转化', width: 70 },
  365. { title: '首日新增下单量', dataIndex: 'firstDayOrderCount', label: '商品转化', width: 80 },
  366. { title: '下单成本', dataIndex: 'orderCost', label: '商品转化', width: 75 },
  367. { title: '下单率', dataIndex: 'orderRate', label: '商品转化', width: 70 },
  368. { title: '下单金额', dataIndex: 'orderAmount', label: '商品转化', width: 70 },
  369. { title: '首日新增下单金额', dataIndex: 'firstDayOrderAmount', label: '商品转化', width: 75 },
  370. { title: '下单客单价', dataIndex: 'atvAmount', label: '商品转化', width: 70 },
  371. { title: '下单ROI', dataIndex: 'orderROI', label: '商品转化', width: 75 },
  372. { title: '首日新增下单ROI', dataIndex: 'firstDayOrderRoi', label: '商品转化', width: 90 },
  373. ]
  374. },
  375. {
  376. label: '转化',
  377. data: [
  378. { title: '公众号关注人数', dataIndex: 'mpFollowUser', label: '转化', width: 85 },
  379. { title: '公众号关注率', dataIndex: 'mpFollowRate', label: '转化', width: 85 },
  380. { title: '公众号关注成本', dataIndex: 'mpFollowCost', label: '转化', width: 85 },
  381. { title: '加粉成本', dataIndex: 'addFansCost', label: '转化' },
  382. { title: '公众号关注次数成本', dataIndex: 'mpFollowPvCost', label: '转化' },
  383. { title: '加粉数', dataIndex: 'addFansCount', label: '转化' },
  384. { title: '公众号关注次数', dataIndex: 'mpFollowPv', label: '转化' },
  385. { title: '加企业微信客服人数', dataIndex: 'scanFollowUv', label: '转化' },
  386. { title: '加企业微信客服成本', dataIndex: 'scanFollowCost', label: '转化' },
  387. { title: '加企业微信客服率', dataIndex: 'scanFollowRate', label: '转化' },
  388. ]
  389. },
  390. ]
  391. const LineField = {
  392. cost: '消耗',
  393. view: '曝光',
  394. thousand_display_price: '千次曝光成本',
  395. click: '点击',
  396. ctr: '点击率',
  397. cpc: '点击均价',
  398. conversions_count: '转化',
  399. deep_conversions_count: '深度转化',
  400. conversions_cost: '转化成本',
  401. conversions_rate: '转化率',
  402. no_interest_count: '不感兴趣点击次数',
  403. video_play_count: '朋友圈视频播放次数',
  404. download_count: '下载次数',
  405. install_count: '安装次数',
  406. activated_count: '激活次数',
  407. mp_follow_uv: '公众号关注人数',
  408. mp_follow_cost: '公众号关注成本',
  409. mp_follow_rate: '公众号关注率',
  410. add_quick_app_pv: '快应用添加次数',
  411. add_quick_app_cost: '快应用添加成本',
  412. add_quick_app_rate: '快应用添加率',
  413. scan_follow_uv: '加企业微信客服人数',
  414. scan_follow_cost: '加企业微信客服成本',
  415. scan_follow_rate: '加企业微信客服率',
  416. first_day_order_count: '首日新增下单量',
  417. first_day_order_amount: '首日新增下单金额',
  418. first_day_order_roi: '首日新增下单ROI',
  419. order_count: '订单量',
  420. order_amount: '订单金额',
  421. order_cost: '下单成本',
  422. order_rate: '下单率',
  423. order_roi: '下单ROI',
  424. atv: '客单价',
  425. add_fans_count: '加粉数',
  426. add_fans_cost: '加粉成本',
  427. mp_follow_pv: '公众号关注次数',
  428. mp_follow_pv_cost: '公众号关注次数成本',
  429. }
  430. export { qiliangpaihang, guanggao, qiliangpaihangminute, qiliangpaihanghour, LineField }