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.
29 lines
903 B
29 lines
903 B
<?php |
|
return [ |
|
'labels' => [ |
|
'Order' => '订单列表', |
|
'order' => '订单列表', |
|
], |
|
'fields' => [ |
|
'products_name' => '商品套餐名', |
|
'unique_number' => '用户唯一识别码', |
|
'orders_num' => '订单号', |
|
'amounts_price' => '应付金额', |
|
'price' => '实付金额', |
|
'transaction_id' => '流水单号', |
|
'pay_type' => '支付方式', |
|
'pay_time' => '支付时间', |
|
'create_time' => 'create_time', |
|
'update_time' => 'update_time', |
|
'status' => '状态', |
|
'annual_session' => '年届', |
|
'payment_data' => '缴纳项目', |
|
'source' => '订单来源', |
|
'source_orders_num' => '推送订单号', |
|
'dormitory_price' => '宿舍费用', |
|
'source_pay_time' => '推送支付时间', |
|
'msg' => '订单备注', |
|
], |
|
'options' => [ |
|
], |
|
];
|
|
|