live_suggest.php 636 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Room_id' => '房间ID',
  6. 'Room_no' => '房间编号',
  7. 'Title' => '名称',
  8. 'Content' => '内容',
  9. 'Time_desc' => '卡顿时间',
  10. 'Status' => '状态',
  11. 'Status 1' => '已处理',
  12. 'Set status to 1'=> '设为已处理',
  13. 'Status 0' => '未处理',
  14. 'Set status to 0'=> '设为未处理',
  15. 'Create_time' => '创建时间',
  16. 'User.nickname' => '昵称',
  17. 'User.mobile' => '手机号',
  18. 'Room.name' => '房间名称',
  19. 'Room.logo' => '房间logo'
  20. ];