海工商新版后台
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.
 
 

34 lines
1.1 KiB

<?php
return [
'labels' => [
'Order' => '订单列表',
'order' => '订单列表',
],
'fields' => [
'products_name' => '商品套餐名',
'unique_number' => '用户唯一识别码',
'orders_num' => '订单号',
'amounts_price' => '应付金额',
'price' => '实付金额',
'transaction_id' => '流水单号',
'pay_type' => '支付方式',
'pay_time' => '支付时间',
'create_time' => '新增时间',
'update_time' => '修改时间',
'status' => '状态',
'annual_session' => '年份',
'payment_data' => '缴纳项目',
'source' => '订单来源',
'source_orders_num' => '推送订单号',
'dormitory_price' => '宿舍费用',
'source_pay_time' => '推送支付时间',
'msg' => '订单备注',
'idcard' => '身份证',
'mobile' => '手机',
'speciality_id' => '专业',
'user_name' => '姓名',
'is_new_student_order' => '学生身份',
],
'options' => [
],
];