链街Dcat后台
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

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'GoodsReport' => '普通商品统计报表',
  5. 'goods_report' => '普通商品统计报表',
  6. ],
  7. 'fields' => [
  8. 'goods_id' => '商品ID',
  9. 'name' => '统计名称',
  10. 'cover_img' => '封面图',
  11. 'market_id' => '市场',
  12. 'store_id' => '店铺',
  13. 'price' => '售价',
  14. 'original_price' => '原价',
  15. 'number' => '数量',
  16. 'created_at' => '下单时间',
  17. 'global_order_id' => '主订单号',
  18. ],
  19. 'options' => [
  20. ],
  21. ];