链街Dcat后台
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.

16 lines
452 B

6 years ago
  1. <?php
  2. return [
  3. 'labels' => [
  4. 'ImsCjdcOrderMain' => 'ImsCjdcOrderMain',
  5. ],
  6. 'fields' => [
  7. 'user_id' => '用户id',
  8. 'order_num' => '订单号',
  9. 'state' => '1.待付款2.待结单3.等待送达4.完成5.已评价6.取消7.拒绝8.退款中9.已退款10.退款拒绝',
  10. 'time' => '下单时间',
  11. 'pay_time' => '支付时间',
  12. 'money' => '付款金额',
  13. ],
  14. 'options' => [
  15. ],
  16. ];