closing.php 270 B

12345678910111213
  1. <?php
  2. return [
  3. 'Year' => '申请年份',
  4. 'Month' => '申请月份',
  5. 'Status' => '申请状态',
  6. 'Updatetime' => '更新时间',
  7. 'Massager.id' => '助教ID',
  8. 'Massager.name' => '助教姓名',
  9. "Reject" => "拒绝",
  10. "Allow" => "同意"
  11. ];