123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- <?php
- return [
- 'Order_type' => '订单类型',
- 'Order_type 1' => '乘客发布',
- 'Order_type 2' => '司机发布',
- 'User_id' => '发布人id',
- 'User.username' => '发布人',
- 'Tel' => '发布人电话',
- 'Order_money' => '订单价格',
- 'Other_user_id' => '司机/用户id',
- 'Start_latitude' => '出发维度',
- 'Start_longitude' => '出发经度',
- 'Start_city' => '出发城市',
- 'Start_address' => '出发详细地址',
- 'Start_name' => '出发地',
- 'End_latitude' => '目的地纬度',
- 'End_longitude' => '目的地经度',
- 'End_city' => '终点城市',
- 'End_address' => '目的地详细地址',
- 'End_name' => '目的地',
- 'Route' => '路线',
- 'Start_time' => '出发时间',
- 'Car_type' => '车型',
- 'More_seats' => '余座',
- 'People_num' => '预约人数',
- 'Car_price' => '座位费',
- 'Platform_service_fee' => '平台服务费',
- 'Pid' => '父级id',
- 'Status' => '订单状态',
- 'Status -2' => '已超时',
- 'Status -1' => '已取消',
- 'Status 1' => '待接单',
- 'Status 2' => '待确认',
- 'Status 3' => '待出发',
- 'Status 4' => '行驶中',
- 'Status 5' => '已完成',
- 'Remark' => '备注',
- 'Cancel_type' => '取消原因',
- 'Cancel_type 0' => '无',
- 'Cancel_type 1' => '平台派单太远',
- 'Cancel_type 2' => '上车位置错误/找不到上车位置',
- 'Cancel_type 3' => '联系不上司机',
- 'Cancel_type 4' => '司机以各种理由不来接我',
- 'Cancel_type 5' => '司机要求取消订单',
- 'Cancel_type 6' => '司机原地不动或反方向行驶',
- 'Cancel_type 7' => '司机要求加价或现金交易',
- 'Cancel_type 8' => '司机迟到',
- 'Cancel_type 9' => '订单不显示车辆或司机',
- 'Cancel_type 10' => '行程有变',
- 'Cancel_type 11' => '目的地有误',
- 'Cancel_type 12' => '选择其他出行工具',
- 'Assess' => '评价',
- 'Assess 0' => '未评价',
- 'Assess 1' => '已评价',
- 'Pay_type' => '支付方式',
- 'Pay_type 1' => '微信',
- 'Pay_type 2' => '支付宝',
- 'Pay_type 3' => '线下支付',
- 'Pay_time' => '支付时间',
- 'Pay_status' => '支付状态',
- 'Pay_status 0' => '待支付',
- 'Pay_status 1' => '已支付',
- 'Cancel_time' => '取消时间',
- 'Createtime' => '创建时间',
- 'Updatetime' => '修改时间',
- 'Driver.mobile' => '联系人电话',
- 'Driver.username' => '联系人',
- ];
|