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.
20 lines
524 B
20 lines
524 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'GoodsActivityReport' => '活动商品统计报表',
|
|
'goods_activity_report' => '活动商品统计报表',
|
|
],
|
|
'fields' => [
|
|
'goods_id' => 'ID',
|
|
'name' => '统计名称',
|
|
'cover_img' => '封面图',
|
|
'market_id' => '市场',
|
|
'store_id' => '店铺',
|
|
'price' => '售价',
|
|
'original_price' => '原价',
|
|
'total' => '统计数量',
|
|
'purchase_price' => '采购价'
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|