doctorfeedback.php 519 B

123456789101112131415161718
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'Doctor_id' => '医生ID',
  5. 'Type' => '类型',
  6. 'Info' => '内容',
  7. 'Images' => '图片',
  8. 'Status' => '状态',
  9. 'Status 0' => '待处理',
  10. 'Set status to 0'=> '设为待处理',
  11. 'Status 1' => '已处理',
  12. 'Set status to 1'=> '设为已处理',
  13. 'Createtime' => '创建时间',
  14. 'Updatetime' => '更新时间',
  15. 'Doctor.avatar' => '头像',
  16. 'Doctor.mobile' => '手机号'
  17. ];