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.2 KiB
36 lines
1.2 KiB
<?php
|
|
|
|
return [
|
|
'Id' => 'ID',
|
|
'User_id' => '用户ID',
|
|
'Shop_id' => '所属商家',
|
|
'Order_no' => '订单号',
|
|
'Address_id' => '地址ID',
|
|
'Express_no' => '快递号',
|
|
'State' => '订单状态',
|
|
'State 1' => '待支付',
|
|
'State 2' => '待发货',
|
|
'State 3' => '待收货',
|
|
'State 4' => '待评论',
|
|
'State 5' => '售后订单',
|
|
'State 6' => '已完成',
|
|
'State 7' => '已取消',
|
|
'Createtime' => '创建时间',
|
|
'Paymenttime' => '付款时间',
|
|
'Delivertime' => '发货时间',
|
|
'Dealtime' => '成交时间',
|
|
'Updatetime' => '更新时间',
|
|
'Deletetime' => '删除时间',
|
|
'Status' => '状态',
|
|
'User.username' => '用户名',
|
|
'User.nickname' => '用户昵称',
|
|
'Pay_type 0' => '余额支付',
|
|
'Pay_type 1' => '微信支付',
|
|
'Pay_type 2' => '支付宝支付',
|
|
'Pay_state 0' => '未支付',
|
|
'Pay_state 1' => '已支付'
|
|
|
|
|
|
|
|
|
|
]; |