From 0011ae3064278766a0c698274f9f9de918acb3db Mon Sep 17 00:00:00 2001 From: cody <648753004@qq.com> Date: Tue, 16 Dec 2025 15:32:46 +0800 Subject: [PATCH] update --- app/Exports/CommonExport.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Exports/CommonExport.php b/app/Exports/CommonExport.php index 053dd22..b4bcd13 100755 --- a/app/Exports/CommonExport.php +++ b/app/Exports/CommonExport.php @@ -402,6 +402,7 @@ class CommonExport implements FromCollection, WithStyles, WithColumnWidths, With $moreFileds = array_column($this->data[0]['data'], 'field'); } } + dd($moreFileds); $newList[] = $header; foreach ($this->data as $info) {