master
cody 8 months ago
parent e2d72f93f0
commit 177877196c

@ -69,7 +69,7 @@ class Visit extends SoftDeletesModel
public function getTypeTextAttribute()
{
$array = [1 => '普通访客', 2 => '施工访客', 3 => '物流访客'];
$array = [1 => '普通访客', 2 => '施工访客', 3 => '物流司机'];
return $array[$this->type] ?? '';
}

Loading…
Cancel
Save