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

30 lines
858 B

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Goods' => '商品管理',
  5. 'goods' => '商品管理',
  6. ],
  7. 'fields' => [
  8. 'name' => '商品名称',
  9. 'type_id' => '商品所属分类',
  10. 'store_id' => '所属商家',
  11. 'cover_img' => '封面图',
  12. 'cover_img_url' => '封面图',
  13. 'price' => '售价',
  14. 'original_price' => '原价',
  15. 'vip_price' => '会员价',
  16. 'on_sale' => '是否上架',
  17. 'inventory' => '库存',
  18. 'content' => '简介',
  19. 'sort' => '排序',
  20. 'restrict_num' => '限购份数',
  21. 'start_num' => '起售份数',
  22. 'is_infinite' => '是否开启无限库存',
  23. 'good_unit' => '商品单位',
  24. 'tags' => '标签',
  25. 'details_imgs' => '详情图片',
  26. 'spec' => '规格',
  27. ],
  28. 'options' => [
  29. ],
  30. ];