123456789101112131415161718192021222324 |
- <?php
- return [
- 'Id' => 'id',
- 'User_id' => 'User id',
- 'Name' => 'Name',
- 'Mobile' => 'Mobile',
- 'Email' => 'Email',
- 'Package_order_id' => 'Package order id',
- 'Delay_week' => 'Delay week',
- 'Reason' => 'Reason',
- 'Reason_files' => 'Reason files',
- 'Remark' => 'Remark',
- 'Createtime' => 'Create time',
- 'Updatetime' => 'Update time',
- 'Status' => 'Status',
- 'Status' => 'Status',
- 'Status 0' => 'pending',
- 'Status 1' => 'pass',
- 'Status 2' => 'reject',
- 'Audittime' => 'Audit time',
- 'Auditremark' => 'Audit remark',
- 'Order.order_no' => 'order no'
- ];
|