|
|
|
@ -49,6 +49,7 @@ class BaseExport implements FromCollection
|
|
|
|
$newList[] = $this->intToSting($temp);
|
|
|
|
$newList[] = $this->intToSting($temp);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
array_unshift($newList, $header); //插入表头
|
|
|
|
array_unshift($newList, $header); //插入表头
|
|
|
|
|
|
|
|
dd($newList);
|
|
|
|
return $newList;
|
|
|
|
return $newList;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|