海南旅游SAAS
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.
 
 
 

30 lines
912 B

<?php
return [
'labels' => [
'IndustryOrder' => '行业产品订单',
'industry-order' => '行业产品订单',
'industry_order' => '行业产品订单',
'industry_product' => '行业产品',
'buy' => '购买',
],
'fields' => [
'supplier_id' => '供应商ID',
'agent_id' => '代理商ID',
'order_no' => '订单号',
'num' => '购买数量',
'price' => '订单总价',
'name' => '客户姓名',
'mobile' => '手机号',
'title' => '产品名称',
'picture' => '产品图片',
'status' => '订单状态',
'pay_type' => '支付方式',
'pay_money' => '线上支付金额',
'paid_at' => '付款时间',
'verify_code' => '核销码',
'timeout' => '订单超时时间',
'created_at' => '下单时间',
],
'options' => [
],
];