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

30 lines
870 B

  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Order' => '订单',
  5. 'order' => '订单',
  6. ],
  7. 'fields' => [
  8. 'agent_id' => '代理商ID',
  9. 'agent' => ['name' => '代理商名称'],
  10. 'agent_product_id' => '代理商产品',
  11. 'coupon_id' => '优惠券',
  12. 'mobile' => '手机号',
  13. 'name' => '客户姓名',
  14. 'num' => '购买数量',
  15. 'order_no' => '订单号',
  16. 'paid_at' => '付款时间',
  17. 'paid_money' => '已付款金额',
  18. 'pay_type' => '支付方式',
  19. 'picture' => '产品图片',
  20. 'price' => '订单总价格',
  21. 'product_id' => '供应商产品ID',
  22. 'refund_info' => '退款信息',
  23. 'status' => '订单状态',
  24. 'title' => '产品名称',
  25. 'user_id' => '用户ID',
  26. 'created_at' => '下单时间',
  27. ],
  28. 'options' => [
  29. ],
  30. ];