'正常', self::STATUS_CLOSE => '关闭', ]; public function getStatusTextAttribute() { return self::STATUS[$this->status] ?? '未知'; } }