reminder_users.php 560 B

123456789101112131415161718192021
  1. <?php
  2. return [
  3. 'Id' => 'ID',
  4. 'User_id' => '用户ID',
  5. 'Type' => '类型',
  6. 'Status' => '状态',
  7. 'Createtime' => '创建时间',
  8. 'Updatetime' => '更新时间',
  9. 'Deletetime' => '删除时间',
  10. 'Workno' => '员工工号',
  11. 'Position' => '员工职位',
  12. 'Nickname' => '员工姓名',
  13. 'Mobile' => '手机号码',
  14. 'Department' => '所属部门',
  15. 'Normal' => '启用',
  16. 'Hidden' => '禁用',
  17. 'Set to normal' => '设为启用',
  18. 'Set to hidden' => '设为禁用',
  19. 'Choose_staff' => '选择员工',
  20. ];