123456789101112131415161718192021 |
- <?php
- return [
- 'Id' => 'ID',
- 'User_id' => '用户ID',
- 'Room_id' => '房间ID',
- 'Room_no' => '房间编号',
- 'Title' => '名称',
- 'Content' => '内容',
- 'Time_desc' => '卡顿时间',
- 'Status' => '状态',
- 'Status 1' => '已处理',
- 'Set status to 1'=> '设为已处理',
- 'Status 0' => '未处理',
- 'Set status to 0'=> '设为未处理',
- 'Create_time' => '创建时间',
- 'User.nickname' => '昵称',
- 'User.mobile' => '手机号',
- 'Room.name' => '房间名称',
- 'Room.logo' => '房间logo'
- ];
|