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

This commit is contained in:
2025-03-25 11:40:31 +08:00
parent 669b8059fc
commit 63818d0712

View File

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