refactor: 修改代理商申请记录导出表头字段顺序

This commit is contained in:
2025-03-25 15:57:57 +08:00
parent 6ed3398e87
commit 1121fd3405

View File

@@ -78,6 +78,7 @@ class Agent
{ {
$schema = [ $schema = [
'id' => 'ID', 'id' => 'ID',
'created_at' => '提交时间',
'ip' => 'IP', 'ip' => 'IP',
'corp_name' => '公司名称', 'corp_name' => '公司名称',
'email' => '邮箱', 'email' => '邮箱',
@@ -85,8 +86,7 @@ class Agent
'business_type_name' => '业务类型', 'business_type_name' => '业务类型',
'enterprise_size_name' => '企业规模', 'enterprise_size_name' => '企业规模',
'address' => '地址', 'address' => '地址',
'message' => '留言内容', 'message' => '留言内容'
'created_at' => '提交时间'
]; ];
// 获取要导出的代理商数据 // 获取要导出的代理商数据