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.
|
|
<?phpreturn [ 'labels' => [ 'Order' => '订单', 'order' => '订单', ], 'fields' => [ 'agent_id' => '代理商ID', 'agent' => ['agent_name' => '代理商名称'], 'agent_product_id' => '代理商产品', 'coupon_id' => '优惠券', 'mobile' => '手机号', 'name' => '客户姓名', 'num' => '购买数量', 'order_no' => '订单号', 'paid_at' => '付款时间', 'paid_money' => '已付款金额', 'pay_type' => '支付方式', 'picture' => '产品图片', 'price' => '订单总价格', 'product_id' => '供应商产品ID', 'refund_info' => '退款信息', 'status' => '订单状态', 'title' => '产品名称', 'user_id' => '用户ID', 'created_at' => '下单时间', ], 'options' => [ ],];
|