链街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.

20 lines
524 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'GoodsActivityReport' => '活动商品统计报表',
  5. 'goods_activity_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. 'total' => '统计数量',
  16. 'purchase_price' => '采购价'
  17. ],
  18. 'options' => [
  19. ],
  20. ];