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

32 lines
871 B

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