58 lines
1.8 KiB
PHP
58 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'labels' => [
|
|
'Order' => '订单列表',
|
|
'orders' => '订单列表',
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户',
|
|
'user'=>[
|
|
'phone' => '手机号',
|
|
],
|
|
'userCoupon'=>[
|
|
'coupon_name' => '优惠券',
|
|
],
|
|
'sn' => '订单编号',
|
|
'user_coupon_id' => '使用优惠券',
|
|
'coupon_discount_amount' => '优惠券金额',
|
|
'vip_discount_amount' => '会员优惠',
|
|
'reduced_amount' => '减免金额',
|
|
'shipping_fee' => '运费',
|
|
'products_total_amount' => '商品总额',
|
|
'total_amount' => '订单总额',
|
|
'weight' => '订单重量',
|
|
'note' => '客户备注',
|
|
'remark' => '订单备注',
|
|
'pay_sn' => '支付单号',
|
|
'pay_way' => '支付方式',
|
|
'pay_at' => '支付时间',
|
|
'consignee_name' => '收货人',
|
|
'consignee_telephone' => '联系方式',
|
|
'consignee_zone' => '收货地区',
|
|
'consignee_address' => '收货地址',
|
|
'consignee'=>'收货地址',
|
|
'status' => '订单状态',
|
|
'order_status'=>'订单状态',
|
|
'shipping_state'=>'物流状态',
|
|
'completed_at' => '完成时间',
|
|
'created_at' => '下单时间',
|
|
'name'=>'商品名称',
|
|
'cover'=>'商品图',
|
|
'sell_price'=>'价格',
|
|
'quantity' => '数量',
|
|
'after_sale_state'=>'售后状态',
|
|
'product_total_amount'=>'总价',
|
|
'shipping_company' => '快递公司',
|
|
'shipping_number' => '快递单号',
|
|
'packages'=>'包裹内容',
|
|
'order_product_id' =>'商品',
|
|
'quantity'=>'数量',
|
|
'remain_quantity'=>'待发',
|
|
'tags'=>'标签',
|
|
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|