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.
33 lines
1001 B
33 lines
1001 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'Order' => '订单',
|
|
'order' => '订单',
|
|
],
|
|
'fields' => [
|
|
'agent_id' => '代理商ID',
|
|
'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',
|
|
'agent_cloud_pid' => '计调云产品ID',
|
|
'agent_cloud_price' => '计调云产品售价',
|
|
'timeout' => '超时时间',
|
|
'created_at' => '下单时间',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|