链街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.

17 lines
473 B

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