企微短剧业务系统

operateDataHeader.php 5.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?php
  2. return [
  3. 'list' => [
  4. [
  5. 'name' => '公众号',
  6. 'column' => 'account_name',
  7. "enable_to_sort"=> false
  8. ],
  9. [
  10. 'name' => '运营',
  11. 'column' => 'operator_name',
  12. "enable_to_sort"=> false
  13. ],
  14. [
  15. 'name' => '运营天数',
  16. 'column' => 'operate_days',
  17. "enable_to_sort"=> true
  18. ],
  19. [
  20. 'name' => '累计消耗',
  21. 'column' => 'paid',
  22. "enable_to_sort"=> true
  23. ],
  24. [
  25. 'name' => '企微成本',
  26. 'column' => 'follow_cost',
  27. 'notes' => '累计消耗/累计关注人数',
  28. "enable_to_sort"=> false
  29. ],
  30. [
  31. 'name' => '累计付费人数',
  32. 'column' => 'pay_user_total',
  33. "enable_to_sort"=> true
  34. ],
  35. [
  36. 'name' => '付费率',
  37. 'column' => 'pay_rate',
  38. "enable_to_sort"=> false
  39. ],
  40. [
  41. 'name' => '前7天用户激活率',
  42. 'column' => 'seven_days_paid_rate',
  43. 'notes' => 'day1~day7累计充值用户数/累计企微关注人数',
  44. "enable_to_sort"=> false
  45. ],
  46. [
  47. 'name' => '累计回收金额',
  48. 'column' => 'pay_money_total',
  49. "enable_to_sort"=> true
  50. ],
  51. [
  52. 'name' => '总毛利率',
  53. 'column' => 'gross_profit_rate',
  54. "enable_to_sort"=> false
  55. ],
  56. [
  57. 'name' => '回本率',
  58. 'column' => 'cost_cover_rate',
  59. "enable_to_sort"=> false
  60. ]
  61. ],
  62. 'summary' => [
  63. [
  64. 'name' => '累计消耗',
  65. 'column' => 'paid',
  66. "enable_to_sort"=> false
  67. ],
  68. [
  69. 'name' => '企微成本',
  70. 'column' => 'follow_cost',
  71. 'notes' => '累计消耗/累计关注人数',
  72. "enable_to_sort"=> false
  73. ],
  74. [
  75. 'name' => '累计付费人数',
  76. 'column' => 'pay_user_total',
  77. "enable_to_sort"=> false
  78. ],
  79. [
  80. 'name' => '付费率',
  81. 'column' => 'pay_rate',
  82. "enable_to_sort"=> false
  83. ],
  84. [
  85. 'name' => '前7天用户激活率',
  86. 'column' => 'seven_days_paid_rate',
  87. 'notes' => 'day1~day7累计充值用户数/累计企微关注人数',
  88. "enable_to_sort"=> false
  89. ],
  90. [
  91. 'name' => '累计回收金额',
  92. 'column' => 'pay_money_total',
  93. "enable_to_sort"=> false
  94. ],
  95. [
  96. 'name' => '总毛利率',
  97. 'column' => 'gross_profit_rate',
  98. "enable_to_sort"=> false
  99. ],
  100. [
  101. 'name' => '回本率',
  102. 'column' => 'cost_cover_rate',
  103. "enable_to_sort"=> false
  104. ]
  105. ],
  106. 'operate_list' => [
  107. [
  108. 'name' => '运营',
  109. 'column' => 'operator_name',
  110. "enable_to_sort"=> false
  111. ],
  112. [
  113. 'name' => '运营天数',
  114. 'column' => 'operate_days',
  115. "enable_to_sort"=> false
  116. ],
  117. [
  118. 'name' => '运营公众号数',
  119. 'column' => 'account_count',
  120. "enable_to_sort"=> false
  121. ],
  122. [
  123. 'name' => '累计消耗',
  124. 'column' => 'paid',
  125. "enable_to_sort"=> true
  126. ],
  127. [
  128. 'name' => '企微成本',
  129. 'column' => 'follow_cost',
  130. 'notes' => '累计消耗/累计关注人数',
  131. "enable_to_sort"=> false
  132. ],
  133. [
  134. 'name' => '累计付费人数',
  135. 'column' => 'pay_user_total',
  136. "enable_to_sort"=> true
  137. ],
  138. [
  139. 'name' => '付费率',
  140. 'column' => 'pay_rate',
  141. "enable_to_sort"=> false
  142. ],
  143. [
  144. 'name' => '前7天用户激活率',
  145. 'column' => 'seven_days_paid_rate',
  146. 'notes' => 'day1~day7累计充值用户数/累计企微关注人数',
  147. "enable_to_sort"=> false
  148. ],
  149. [
  150. 'name' => '累计回收金额',
  151. 'column' => 'pay_money_total',
  152. "enable_to_sort"=> true
  153. ],
  154. [
  155. 'name' => '总毛利率',
  156. 'column' => 'gross_profit_rate',
  157. "enable_to_sort"=> false
  158. ],
  159. [
  160. 'name' => '回本率',
  161. 'column' => 'cost_cover_rate',
  162. "enable_to_sort"=> false
  163. ]
  164. ],
  165. 'operate_summary' => [
  166. [
  167. 'name' => '运营公众号数',
  168. 'column' => 'account_count',
  169. "enable_to_sort"=> false
  170. ],
  171. [
  172. 'name' => '累计消耗',
  173. 'column' => 'paid',
  174. "enable_to_sort"=> false
  175. ],
  176. [
  177. 'name' => '企微成本',
  178. 'column' => 'follow_cost',
  179. 'notes' => '累计消耗/累计关注人数',
  180. "enable_to_sort"=> false
  181. ],
  182. [
  183. 'name' => '累计付费人数',
  184. 'column' => 'pay_user_total',
  185. "enable_to_sort"=> false
  186. ],
  187. [
  188. 'name' => '付费率',
  189. 'column' => 'pay_rate',
  190. "enable_to_sort"=> false
  191. ],
  192. [
  193. 'name' => '前7天用户激活率',
  194. 'column' => 'seven_days_paid_rate',
  195. 'notes' => 'day1~day7累计充值用户数/累计企微关注人数',
  196. "enable_to_sort"=> false
  197. ],
  198. [
  199. 'name' => '累计回收金额',
  200. 'column' => 'pay_money_total',
  201. "enable_to_sort"=> false
  202. ],
  203. [
  204. 'name' => '总毛利率',
  205. 'column' => 'gross_profit_rate',
  206. "enable_to_sort"=> false
  207. ],
  208. [
  209. 'name' => '回本率',
  210. 'column' => 'cost_cover_rate',
  211. "enable_to_sort"=> false
  212. ]
  213. ],
  214. ];