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

4 years ago
4 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'Order' => '订单列表',
  5. 'order' => '订单列表',
  6. 'group_order' => '订单列表',
  7. ],
  8. 'fields' => [
  9. 'agent_id' => '代理商ID',
  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. 'agent_cloud_pid' => '计调云产品ID',
  27. 'agent_cloud_price' => '计调云产品销售价',
  28. 'timeout' => '超时时间',
  29. 'info' => '客户信息',
  30. 'created_at' => '下单时间',
  31. 'agent' => ['company_name' => '代理商名称'],
  32. 'supplier' => ['company_name' => '供应商名称'],
  33. ],
  34. 'options' => [
  35. ],
  36. ];