You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
484 B
18 lines
484 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'StoreUserReport' => '店铺新用户报表',
|
|
'store_new_user' => '店铺新用户报表',
|
|
],
|
|
'fields' => [
|
|
'store_id' => '店铺ID',
|
|
'market_id' => '所属市场',
|
|
'store_name' => '商家名称',
|
|
'new_user_total' => '新增用户总数',
|
|
'new_total' => '新增用户总数',
|
|
'mm_user_id' => '所属市场经理',
|
|
'time' => '时间',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|