海南旅游SAAS
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.

29 lines
889 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'IndustryProduct' => '行业产品',
  5. 'industry-product' => '行业产品',
  6. 'industry_product' => '行业产品',
  7. ],
  8. 'fields' => [
  9. 'supplier_id' => '供应商ID',
  10. 'type' => '产品类型',
  11. 'category_id' => '分类ID',
  12. 'title' => '标题',
  13. 'pictures' => '产品图片',
  14. 'picture' => '产品图片',
  15. 'price' => '售价',
  16. 'original_price' => '市场价',
  17. 'stock' => '库存量',
  18. 'sale' => '销量',
  19. 'status' => '状态',
  20. 'know' => '旅客须知',
  21. 'content' => '产品详情',
  22. 'service_persons' => '单库存服务用户数',
  23. 'min_sale' => '起售数',
  24. 'verify_mobile' => '核销人员手机号',
  25. ],
  26. 'options' => [
  27. 'publish_type' => admin_trans('product.options.publish_type'),
  28. ],
  29. ];