status == self::StatusWait) { return '待审核'; } else if ($this->status == self::StatusApproved) { return '通过'; } else { return '拒绝'; } } }