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

23 lines
573 B

4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Product' => '云产品',
  5. 'product' => '云产品',
  6. ],
  7. 'fields' => [
  8. 'content' => '产品详情',
  9. 'know' => '旅客须知',
  10. 'original_price' => '原价',
  11. 'pictures' => '产品图片',
  12. 'picture' => '产品图片',
  13. 'price' => '现价',
  14. 'sale' => '销量',
  15. 'status' => '状态',
  16. 'stock' => '库存',
  17. 'supplier_id' => '供应商ID',
  18. 'title' => '标题',
  19. 'supplier' => trans('supplier.fields'),
  20. ],
  21. 'options' => [
  22. ],
  23. ];