['text' => '考察中'], self::STATUS_PASSED => ['text' => '已通过'], self::STATUS_NOT_PASSED => ['text' => '未通过'], self::STATUS_CANCELED => ['text' => '已取消'], ]; public function getStatusTextAttribute() { return self::$status[$this->status] ?? ''; } }