Commit 69fa1cff by 杨树贤

修改名称

parent 0c637aab
Showing with 2 additions and 2 deletions
......@@ -548,7 +548,7 @@ class DataService
$suppliers = array_merge($suppliers, $supplierList);
}
}
Excel::create('供应商导出', function ($excel) use ($suppliers) {
Excel::create('实体名单供应商导出', function ($excel) use ($suppliers) {
$header = [
'供应商名字',
'联系方式',
......@@ -569,7 +569,7 @@ class DataService
$sheet->fromArray($excelData);
});
})->download('xlsx');
})->save('xlsx');
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment