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

38 lines
1016 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Product' => '云产品',
  5. 'product' => '云产品',
  6. ],
  7. 'fields' => [
  8. 'category_id' => '产品分类ID',
  9. 'content' => '产品详情',
  10. 'know' => '旅游须知',
  11. 'original_price' => '市场价',
  12. 'pictures' => '产品图片',
  13. 'picture' => '产品图片',
  14. 'price' => '销售价',
  15. 'cost_price' => '成本价',
  16. 'sale' => '销量',
  17. 'single_deposit' => '交易金单价',
  18. 'status' => '状态',
  19. 'stock' => '库存',
  20. 'supplier_id' => '供应商ID',
  21. 'title' => '标题',
  22. 'verify_mobile' => '核销手机号',
  23. 'spec' => '产品规格',
  24. 'date' => '日期',
  25. 'type' => '产品模板',
  26. 'supplier' => trans('supplier.fields'),
  27. ],
  28. 'options' => [
  29. 'publish_type' => [
  30. 0 => '旅游线路',
  31. 1 => '酒店',
  32. 2 => '景区综合',
  33. 3 => '餐饮娱乐',
  34. 4 => '旅游交通',
  35. 5 => '旅游购物',
  36. ],
  37. ],
  38. ];