vehicle pic show
This commit is contained in:
parent
b57a7b8d48
commit
2ce4c0f6f4
@ -45,7 +45,7 @@ class VehicleLists extends BaseAdminDataLists implements ListsSearchInterface
|
|||||||
public function lists(): array
|
public function lists(): array
|
||||||
{
|
{
|
||||||
return Vehicle::where($this->searchWhere)->where('status','<>',3)
|
return Vehicle::where($this->searchWhere)->where('status','<>',3)
|
||||||
->field(['id','license', 'gps_imei', 'status','type'])
|
->field(['id','license', 'gps_imei','pic', 'status','type'])
|
||||||
->limit($this->limitOffset, $this->limitLength)
|
->limit($this->limitOffset, $this->limitLength)
|
||||||
->order(['id' => 'desc'])
|
->order(['id' => 'desc'])
|
||||||
->select()
|
->select()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user