nagentTake.php 275 B

123456789101112
  1. <?php
  2. return array(
  3. 'id' => '编号',
  4. 'agent_name'=>'代理名',
  5. 'order_id'=>'订单号',
  6. 'apply_time'=>'申请时间',
  7. 'money'=>'金额',
  8. 'status'=>'订单状态',
  9. 'start_time'=>'开始时间',
  10. 'end_time'=>'结束时间',
  11. 'tool'=>'操作'
  12. );