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.
21 lines
553 B
21 lines
553 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'GoodsReport' => '普通商品统计报表',
|
|
'goods_report' => '普通商品统计报表',
|
|
],
|
|
'fields' => [
|
|
'goods_id' => '商品ID',
|
|
'name' => '统计名称',
|
|
'cover_img' => '封面图',
|
|
'market_id' => '市场',
|
|
'store_id' => '店铺',
|
|
'price' => '售价',
|
|
'original_price' => '原价',
|
|
'number' => '数量',
|
|
'created_at' => '下单时间',
|
|
'global_order_id' => '主订单号',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|