order_log.php 228 B

12345678910
  1. <?php
  2. return [
  3. 'Order No' => '订单号',
  4. 'Field' => '字段',
  5. 'Create time' => '操作时间',
  6. 'Type 1' => '新增',
  7. 'Type 2' => '修改',
  8. 'Username' => '操作人'
  9. ];