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

36 lines
1008 B

4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'AgentProduct' => '产品',
  5. 'agent-product' => '产品',
  6. 'agent_product' => '产品',
  7. ],
  8. 'fields' => [
  9. 'agent_id' => '代理商ID',
  10. 'product_id' => '供应商产品ID',
  11. 'price' => '售价',
  12. 'original_price' => '原价',
  13. 'sale' => '销量',
  14. 'stock' => '库存',
  15. 'channel_id' => '频道',
  16. 'category_id' => '分类',
  17. 'status' => '状态',
  18. 'verifier' => '核销人员',
  19. 'is_rec' => '是否推荐',
  20. 'title' => '标题',
  21. 'content' => '产品详情',
  22. 'know' => '旅游须知',
  23. 'pictures' => '产品图片',
  24. 'picture' => '产品图片',
  25. 'guide_id' => '地接ID',
  26. 'earnest' => '定金',
  27. 'earnest_timeout' => '定金超时时间',
  28. 'deposit' => '订金',
  29. 'deposit_timeout' => '订金超时时间',
  30. 'product' => trans('product.fields'),
  31. 'agent' => trans('agent.fields'),
  32. 'guide' => trans('guide.fields'),
  33. ],
  34. 'options' => [
  35. ],
  36. ];