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.
17 lines
473 B
17 lines
473 B
<?php
|
|
return [
|
|
'labels' => [
|
|
'ImsCjdcOrderMain' => '订单',
|
|
'order'=>'订单列表'
|
|
],
|
|
'fields' => [
|
|
'user_id' => '用户id',
|
|
'order_num' => '订单号',
|
|
'state' => '1.待付款2.待结单3.等待送达4.完成5.已评价6.取消7.拒绝8.退款中9.已退款10.退款拒绝',
|
|
'time' => '下单时间',
|
|
'pay_time' => '支付时间',
|
|
'money' => '付款金额',
|
|
],
|
|
'options' => [
|
|
],
|
|
];
|