refactor: 修改导出excel标题文件错误

This commit is contained in:
2025-03-25 11:40:31 +08:00
parent d6cf444637
commit a5168055bf

View File

@@ -72,14 +72,14 @@ class BulkPurchaseInquiry
{
$schema = [
'id' => 'ID',
'created_at' => '提交时间',
'ip' => 'IP',
'corp_name' => '公司名称',
'username' => '姓名',
'email' => '邮箱',
'phone' => '手机号',
'phone' => '手机号',
'interested' => '想采购的产品',
'message' => '询问内容',
'created_at' => '提交时间',
];
// 获取要导出的采购询盘数据